Skip to content

Commit af34748

Browse files
authored
build: release 12.1.4 (#7931)
2 parents baf281b + 3220b96 commit af34748

File tree

8 files changed

+31
-9
lines changed

8 files changed

+31
-9
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## [Version 12.1.4](https://github.com/dependency-check/DependencyCheck/releases/tag/v12.1.4) (2025-09-20)
4+
5+
- **fix**: Update to support OSS Index Authentication Requirements (#7920)
6+
- Note: OSS Index will require authentication starting 9/22/2025. Users must configure a free account to continue using the OSS Index Analyzer. See https://ossindex.sonatype.org/doc/auth-required.
7+
- fix: add CVSSv4 to suppressed entries in JSON report (#7900)
8+
- fix: correctly utilize CVSSv4 from ossindex (#7899)
9+
- fix: npe when processing cve with empty configuration (#7888)
10+
- fix: Return unsorted vulnerabilities in new HashSet, avoiding CoMod (#7848)
11+
- fix: Return unsorted vulnerabilities in new HashSet, avoiding CoMod
12+
- fix: class loading problem with fat jars (#7786) (#7787)
13+
- fix: Improve Artifactory handler log message (#7838)
14+
- fix: classloading problem with fat jars (#7786)
15+
- fix: Add null checking when parsing the license json in AbstractNpmAnalyzer. (#7784)
16+
- fix(fp): resolves several false positives related to CVE-2021-41033 (#7736)
17+
- docs: Clarify format of exclude patterns (#7879)
18+
- docs: Document poetry-based analysis behaviour in Python analyzer (#7855)
19+
- docs: request FP reporters use the latest version of ODC. (#7820)
20+
- docs: update development pre-reqs (#7792)
21+
- docs: fix minor typos in false positive issue template (#7763)
22+
23+
See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/98?closed=1)
24+
325
## [Version 12.1.3](https://github.com/dependency-check/DependencyCheck/releases/tag/v12.1.3) (2025-06-10)
426

527
- fix: correct regex matches introduced in 12.1.2 (#7726)

ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>12.1.4-SNAPSHOT</version>
23+
<version>12.1.5-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-ant</artifactId>

archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>12.1.4-SNAPSHOT</version>
23+
<version>12.1.5-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>dependency-check-plugin</artifactId>
2626
<name>Dependency-Check Plugin Archetype</name>
2727
<packaging>jar</packaging>
2828
<properties>
2929
<!--reproducible build-->
30-
<project.build.outputTimestamp>2025-06-10T11:27:54Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2025-09-20T11:54:22Z</project.build.outputTimestamp>
3131
</properties>
3232
<scm>
3333
<connection>scm:git:https://github.com/dependency-check/DependencyCheck.git</connection>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>12.1.4-SNAPSHOT</version>
23+
<version>12.1.5-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>12.1.4-SNAPSHOT</version>
23+
<version>12.1.5-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-core</artifactId>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>12.1.4-SNAPSHOT</version>
23+
<version>12.1.5-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>dependency-check-maven</artifactId>
2626
<packaging>maven-plugin</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long
2020

2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>12.1.4-SNAPSHOT</version>
23+
<version>12.1.5-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>
@@ -113,7 +113,7 @@ Copyright (c) 2012 - Jeremy Long
113113
<properties>
114114
<maven.compiler.release>11</maven.compiler.release>
115115
<!--reproducible build-->
116-
<project.build.outputTimestamp>2025-06-10T11:27:54Z</project.build.outputTimestamp>
116+
<project.build.outputTimestamp>2025-09-20T11:54:22Z</project.build.outputTimestamp>
117117
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
118118
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
119119
<github.global.server>github</github.global.server>

utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>12.1.4-SNAPSHOT</version>
23+
<version>12.1.5-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-utils</artifactId>

0 commit comments

Comments
 (0)