Skip to content

Commit

Permalink
build: release 12.0.0 (#7298)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong authored Jan 11, 2025
2 parents 0fd289a + 6cef6db commit 677f60d
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [Version 12.0.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v12.0.0) (2025-01-11)

- feat: report on CVSS v4 (#7204)
- feat: show from which dependency the CVE comes in failure report (#7224)
- feat: Use Maven settings decryption API for decrypting secrets from settings.xml (#7284)
- feat: Extend authentication to support Bearer token for many resources (#7277)
- feat: Add a flag to fail when one or more suppression rules are not used (#7244)
- fix: add product evidence as vendor to reduce FN (#7295)
- fix: Make the HTTP-Client use pre-emptive authentication (#7255)
- fix: Add the missing proxy credentials for suppressionFileUser/Password authentication scenario
- fix: increase max retry count (#7252)
- fix: Make the HTTP-Client use pre-emptive authentication for configured server credentials and extend HTTPClient usage to Nexus search
- fix: Tranform into UTC the last modified date from database (#7222)

See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/91?closed=1).

## [Version 11.1.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v11.1.1) (2024-12-04)

- fix: re-enable issue locking (#7220)
Expand Down
2 changes: 1 addition & 1 deletion ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>11.1.2-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</parent>

<artifactId>dependency-check-ant</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>11.1.2-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</parent>
<artifactId>dependency-check-plugin</artifactId>
<name>Dependency-Check Plugin Archetype</name>
<packaging>jar</packaging>
<properties>
<!--reproducible build-->
<project.build.outputTimestamp>2024-12-04T10:42:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-01-11T14:40:44Z</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>11.1.2-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</parent>

<artifactId>dependency-check-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>11.1.2-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</parent>

<artifactId>dependency-check-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>11.1.2-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</parent>
<artifactId>dependency-check-maven</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long

<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>11.1.2-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -113,7 +113,7 @@ Copyright (c) 2012 - Jeremy Long
<properties>
<maven.compiler.release>11</maven.compiler.release>
<!--reproducible build-->
<project.build.outputTimestamp>2024-12-04T10:42:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-01-11T14:40:44Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
<parent>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>11.1.2-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
</parent>

<artifactId>dependency-check-utils</artifactId>
Expand Down

0 comments on commit 677f60d

Please sign in to comment.