Skip to content

Commit cd30afc

Browse files
authored
build: release 12.1.9 (#8123)
2 parents cd7e8ab + 9eedbca commit cd30afc

File tree

8 files changed

+25
-9
lines changed

8 files changed

+25
-9
lines changed

CHANGELOG.md

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

3+
## [Version 12.1.9](https://github.com/dependency-check/DependencyCheck/releases/tag/v12.1.9) (2025-11-11)
4+
5+
- fix: correct bundle audit gem in Dockerfile ([#8121](https://github.com/dependency-check/DependencyCheck/pull/8121))
6+
- fix: normalization during comparisons ([#8046](https://github.com/dependency-check/DependencyCheck/pull/8046))
7+
- docs: document multiple configurations for gradle ([#8111](https://github.com/dependency-check/DependencyCheck/pull/8111))
8+
- docs: fix typos in some files ([#8106](https://github.com/dependency-check/DependencyCheck/pull/8106))
9+
- docs: Update SBT plugin link; fix dead report link ([#8086](https://github.com/dependency-check/DependencyCheck/pull/8086))
10+
- chore: Replace deprecated lucene methods ([#8079](https://github.com/dependency-check/DependencyCheck/pull/8079))
11+
- docs: fix [#8076](https://github.com/dependency-check/DependencyCheck/pull/8076) - Error in documentation "Suppressing False Positives" ([#8077](https://github.com/dependency-check/DependencyCheck/pull/8077))
12+
- fix(fp): Improve false positive suppression for matches against golang web_project ([#8059](https://github.com/dependency-check/DependencyCheck/pull/8059))
13+
- fix(fp): Consolidate/update icu4j suppressions for false positives ([#8062](https://github.com/dependency-check/DependencyCheck/pull/8062))
14+
- fix(fp): Correct GRPC java suppressions for newer C/C++/native false positives ([#8063](https://github.com/dependency-check/DependencyCheck/pull/8063))
15+
- fix(fp): Suppress false positive CPEs for protobuf-java per [#7854](https://github.com/dependency-check/DependencyCheck/pull/7854) ([#8064](https://github.com/dependency-check/DependencyCheck/pull/8064))
16+
17+
See the full listing of [changes](https://github.com/dependency-check/DependencyCheck/milestone/102?closed=1)
18+
319
## [Version 12.1.8](https://github.com/dependency-check/DependencyCheck/releases/tag/v12.1.8) (2025-10-13)
420

521
- fix: improve VulnerableSoftware comparison ([#8031](https://github.com/dependency-check/DependencyCheck/pull/8031))

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.9-SNAPSHOT</version>
23+
<version>12.1.10-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.9-SNAPSHOT</version>
23+
<version>12.1.10-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-10-13T14:24:18Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2025-11-11T12:08:34Z</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.9-SNAPSHOT</version>
23+
<version>12.1.10-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.9-SNAPSHOT</version>
23+
<version>12.1.10-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.9-SNAPSHOT</version>
23+
<version>12.1.10-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.9-SNAPSHOT</version>
23+
<version>12.1.10-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-10-13T14:24:18Z</project.build.outputTimestamp>
116+
<project.build.outputTimestamp>2025-11-11T12:08:34Z</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.9-SNAPSHOT</version>
23+
<version>12.1.10-SNAPSHOT</version>
2424
</parent>
2525

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

0 commit comments

Comments
 (0)