Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 6827fc9

Browse files
authored
build: release 12.0.2 (#7360)
2 parents 5731bfa + 85fe89f commit 6827fc9

File tree

8 files changed

+17
-9
lines changed

8 files changed

+17
-9
lines changed

CHANGELOG.md

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

3+
## [Version 12.0.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v12.0.1) (2025-01-29)
4+
5+
- fix: correct JSON report error (#7350)
6+
- fix: some compatability issues in the gitlab report (#7349)
7+
- fix: ArtifactoryAnalyzer updated to use the HTTPClient5-based Downloader and skip unusable results (#7293)
8+
- chore: allow messages via EngineVersionCheck (#7353)
9+
- chore: switch from javax.json to jakarta.json (#7326)
10+
311
## [Version 12.0.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v12.0.1) (2025-01-19)
412

513
- docs: Fix OSS Index Maven config documentation (#7322)

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.0.2-SNAPSHOT</version>
23+
<version>12.0.3-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.0.2-SNAPSHOT</version>
23+
<version>12.0.3-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-01-19T13:21:07Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2025-01-29T11:57:02Z</project.build.outputTimestamp>
3131
</properties>
3232
<scm>
3333
<connection>scm:git:https://github.com/jeremylong/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.0.2-SNAPSHOT</version>
23+
<version>12.0.3-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.0.2-SNAPSHOT</version>
23+
<version>12.0.3-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.0.2-SNAPSHOT</version>
23+
<version>12.0.3-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.0.2-SNAPSHOT</version>
23+
<version>12.0.3-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-01-19T13:21:07Z</project.build.outputTimestamp>
116+
<project.build.outputTimestamp>2025-01-29T11:57:02Z</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.0.2-SNAPSHOT</version>
23+
<version>12.0.3-SNAPSHOT</version>
2424
</parent>
2525

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

0 commit comments

Comments
 (0)