Skip to content

Commit 1c0f6d4

Browse files
authored
build: release 11.1.1 (#7221)
2 parents cf08e94 + 8de34e0 commit 1c0f6d4

8 files changed

Lines changed: 24 additions & 9 deletions

File tree

CHANGELOG.md

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

3+
## [Version 11.1.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v11.1.1) (2024-12-04)
4+
5+
- fix: re-enable issue locking (#7220)
6+
- fix: add username/password properties to be able to authenticate for central.content.url and analyzer.central.url again (#7169)
7+
- fix: rework replaceOrAddVulnerability (#7177)
8+
- fix: do not log loading of JDBC driver (#7155)
9+
- fix: expose flag to disable version check (#7147)
10+
- fix: Gracefully handle CVEs with bad configuration nodes missing CPE match expressions (#7125)
11+
- chore: cleanup base suppression (#7138)
12+
- docs: update gradle configuration documentation (#7176)
13+
- docs: update documentation for Gradle plugin (#7143)
14+
- docs: improve false positive issue templat (#7130)
15+
16+
See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/90?closed=1).
17+
318
## [Version 11.1.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v11.1.0) (2024-10-30)
419

520
- feat: PHP Composer Analyzer now scans packages-dev by default (#7114)

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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.2-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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.2-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>2024-10-30T09:38:26Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2024-12-04T10:42:18Z</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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.2-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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.2-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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.2-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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.2-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>2024-10-30T09:38:26Z</project.build.outputTimestamp>
116+
<project.build.outputTimestamp>2024-12-04T10:42:18Z</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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.2-SNAPSHOT</version>
2424
</parent>
2525

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

0 commit comments

Comments
 (0)