Skip to content

Commit 6e5f489

Browse files
authored
build(deps): bump us.springett:cpe-parser from 2.1.0 to 3.0.0 (#7520)
2 parents c878404 + 4725898 commit 6e5f489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public VulnerableSoftware(Part part, String vendor, String product, String versi
124124
//CSON: ParameterNumber
125125

126126
@Override
127-
public int compareTo(@NotNull Object o) {
127+
public int compareTo(@NotNull ICpe o) {
128128
if (o instanceof VulnerableSoftware) {
129129
final VulnerableSoftware other = (VulnerableSoftware) o;
130130
return new CompareToBuilder()

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ Copyright (c) 2012 - Jeremy Long
10011001
<dependency>
10021002
<groupId>us.springett</groupId>
10031003
<artifactId>cpe-parser</artifactId>
1004-
<version>2.1.0</version>
1004+
<version>3.0.0</version>
10051005
</dependency>
10061006
<dependency>
10071007
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)