Skip to content

Commit bb30190

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSBEANUTILS-10259368
1 parent f67fd1b commit bb30190

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
@@ -181,7 +181,7 @@
181181
<groupId>commons-beanutils</groupId>
182182
<artifactId>commons-beanutils</artifactId>
183183
<!-- We need to use 1.9.4 (or later) here to address CVE-2014-0114 and CVE-2019-10086. -->
184-
<version>1.9.4</version>
184+
<version>1.11.0</version>
185185
<!-- NOTE: commons-beanutils uses commons-collections 3.2.2. We use
186186
commons-collections 4.2. Package names are different so this shouldn't
187187
cause any problems as long as 3.x doesn't have any CVEs. May have to

0 commit comments

Comments
 (0)