Skip to content

Commit 15f1bbf

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent 12fa2c0 commit 15f1bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.sonatype.oss</groupId>
77
<artifactId>oss-parent</artifactId>
88
<version>5</version>
9-
<relativePath />
9+
<relativePath/>
1010
<!-- lookup parent from repository -->
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>
@@ -1218,7 +1218,7 @@
12181218
<commons-cli.version>1.5.0</commons-cli.version>
12191219
<commons-io.version>2.16.1</commons-io.version>
12201220
<commons-lang.version>3.12.0</commons-lang.version>
1221-
<commons-text.version>1.10.0</commons-text.version>
1221+
<commons-text.version>1.14.0</commons-text.version>
12221222
<diffutils.version>1.3.0</diffutils.version>
12231223
<generex.version>1.0.2</generex.version>
12241224
<git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>

0 commit comments

Comments
 (0)