diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2a6cefdb..baacb46ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [Version 12.0.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v12.0.1) (2025-01-29) + +- fix: correct JSON report error (#7350) +- fix: some compatability issues in the gitlab report (#7349) +- fix: ArtifactoryAnalyzer updated to use the HTTPClient5-based Downloader and skip unusable results (#7293) +- chore: allow messages via EngineVersionCheck (#7353) +- chore: switch from javax.json to jakarta.json (#7326) + ## [Version 12.0.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v12.0.1) (2025-01-19) - docs: Fix OSS Index Maven config documentation (#7322) diff --git a/ant/pom.xml b/ant/pom.xml index 13c9c50da9..3c52264c1c 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.0.2-SNAPSHOT + 12.0.3-SNAPSHOT dependency-check-ant diff --git a/archetype/pom.xml b/archetype/pom.xml index 76c3092007..f836e651e1 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.0.2-SNAPSHOT + 12.0.3-SNAPSHOT dependency-check-plugin Dependency-Check Plugin Archetype jar - 2025-01-19T13:21:07Z + 2025-01-29T11:57:02Z scm:git:https://github.com/jeremylong/DependencyCheck.git diff --git a/cli/pom.xml b/cli/pom.xml index 867bc4d04b..a3c2f44196 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.0.2-SNAPSHOT + 12.0.3-SNAPSHOT dependency-check-cli diff --git a/core/pom.xml b/core/pom.xml index edff70da7b..89b739a914 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.0.2-SNAPSHOT + 12.0.3-SNAPSHOT dependency-check-core diff --git a/maven/pom.xml b/maven/pom.xml index 43ba8d2d1f..94ea2d816c 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.0.2-SNAPSHOT + 12.0.3-SNAPSHOT dependency-check-maven maven-plugin diff --git a/pom.xml b/pom.xml index bc991f3bc4..188cfe833a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long org.owasp dependency-check-parent - 12.0.2-SNAPSHOT + 12.0.3-SNAPSHOT pom @@ -113,7 +113,7 @@ Copyright (c) 2012 - Jeremy Long 11 - 2025-01-19T13:21:07Z + 2025-01-29T11:57:02Z UTF-8 UTF-8 github diff --git a/utils/pom.xml b/utils/pom.xml index 0814380814..3154b61804 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.0.2-SNAPSHOT + 12.0.3-SNAPSHOT dependency-check-utils