diff --git a/CHANGELOG.md b/CHANGELOG.md index d7bbd9e34d9..0ce7d1f529e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [Version 12.1.3](https://github.com/dependency-check/DependencyCheck/releases/tag/v12.1.3) (2025-06-10) + +- fix: correct regex matches introduced in 12.1.2 (#7726) +- build(deps): bump org.semver4j:semver4j from 5.7.0 to 5.7.1 (#7718) +- build(deps): bump junit.version from 5.13.0 to 5.13.1 (#7719) + +See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/97?closed=1) + ## [Version 12.1.2](https://github.com/dependency-check/DependencyCheck/releases/tag/v12.1.2) (2025-06-07) - fix: Allow configuring OSS Index user/pw directly (#7640) diff --git a/ant/pom.xml b/ant/pom.xml index 73ab5decf22..2672fd42130 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 - 12.1.3-SNAPSHOT + 12.1.4-SNAPSHOT dependency-check-ant diff --git a/archetype/pom.xml b/archetype/pom.xml index dffcca77497..97fcfb61fd0 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 - 12.1.3-SNAPSHOT + 12.1.4-SNAPSHOT dependency-check-plugin Dependency-Check Plugin Archetype jar - 2025-06-07T10:43:51Z + 2025-06-10T11:27:54Z scm:git:https://github.com/dependency-check/DependencyCheck.git diff --git a/cli/pom.xml b/cli/pom.xml index 914547e8e83..f1679dc91c2 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 - 12.1.3-SNAPSHOT + 12.1.4-SNAPSHOT dependency-check-cli diff --git a/core/pom.xml b/core/pom.xml index 15e58c29aff..8f55be37e16 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 - 12.1.3-SNAPSHOT + 12.1.4-SNAPSHOT dependency-check-core diff --git a/maven/pom.xml b/maven/pom.xml index d20b293cfac..57853b1d107 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 - 12.1.3-SNAPSHOT + 12.1.4-SNAPSHOT dependency-check-maven maven-plugin diff --git a/pom.xml b/pom.xml index b6f7648de0b..cb7e9ec1a7c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long org.owasp dependency-check-parent - 12.1.3-SNAPSHOT + 12.1.4-SNAPSHOT pom @@ -113,7 +113,7 @@ Copyright (c) 2012 - Jeremy Long 11 - 2025-06-07T10:43:51Z + 2025-06-10T11:27:54Z UTF-8 UTF-8 github diff --git a/utils/pom.xml b/utils/pom.xml index cfb74659eb9..090d0832711 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 - 12.1.3-SNAPSHOT + 12.1.4-SNAPSHOT dependency-check-utils