diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d073373a..2c71327032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +For versions 13.0.0 and above, please see the the [GitHub Releases page](https://github.com/dependency-check/DependencyCheck/releases) for the change log. + ## [Version 12.2.2](https://github.com/dependency-check/DependencyCheck/releases/tag/v12.2.2) (2026-05-03) **NOTE**: The database schema was updated to fix [#8466](https://github.com/dependency-check/DependencyCheck/pull/8466) - if using an external database the update scripts must be run! diff --git a/ant/pom.xml b/ant/pom.xml index 5a950aa40d..3aeb4b3bad 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 13.0.0-SNAPSHOT + 13.0.1-SNAPSHOT dependency-check-ant diff --git a/archetype/pom.xml b/archetype/pom.xml index 32c4b1c069..3984c66109 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -20,14 +20,14 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 13.0.0-SNAPSHOT + 13.0.1-SNAPSHOT dependency-check-plugin Dependency-Check Plugin Archetype jar - 2026-05-03T10:20:35Z + 2026-08-03T10:02:24Z scm:git:https://github.com/dependency-check/DependencyCheck.git diff --git a/cli/pom.xml b/cli/pom.xml index 5e76c11f12..6f1fbcf170 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 13.0.0-SNAPSHOT + 13.0.1-SNAPSHOT dependency-check-cli diff --git a/core/pom.xml b/core/pom.xml index 46a55147e3..27cef5cba0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 13.0.0-SNAPSHOT + 13.0.1-SNAPSHOT dependency-check-core diff --git a/maven/pom.xml b/maven/pom.xml index 375f070827..eabdbf252b 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 13.0.0-SNAPSHOT + 13.0.1-SNAPSHOT dependency-check-maven maven-plugin diff --git a/pom.xml b/pom.xml index 07826a6b59..9f1d9bffe6 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long org.owasp dependency-check-parent - 13.0.0-SNAPSHOT + 13.0.1-SNAPSHOT pom @@ -113,7 +113,7 @@ Copyright (c) 2012 - Jeremy Long 11 - 2026-05-03T10:20:35Z + 2026-08-03T10:02:24Z UTF-8 UTF-8 diff --git a/utils/pom.xml b/utils/pom.xml index 81fcc2774c..45a5cb90b2 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 13.0.0-SNAPSHOT + 13.0.1-SNAPSHOT dependency-check-utils