Skip to content

Commit 25aee8e

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-1277109
1 parent 5e727ed commit 25aee8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>net.sourceforge.pmd</groupId>
137137
<artifactId>pmd-java</artifactId>
138-
<version>6.42.0</version>
138+
<version>6.46.0</version>
139139
<scope>compile</scope>
140140

141141
<exclusions>

0 commit comments

Comments
 (0)