Skip to content

Commit 3cd9deb

Browse files
authored
fix: pom.xml to reduce vulnerabilities (#72)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1048302 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415
1 parent 243343f commit 3cd9deb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252

53-
<com.fasterxml.jackson.core.version>2.10.1</com.fasterxml.jackson.core.version>
54-
<com.google.guava.version>28.1-jre</com.google.guava.version>
53+
<com.fasterxml.jackson.core.version>2.10.5.1</com.fasterxml.jackson.core.version>
54+
<com.google.guava.version>30.0-jre</com.google.guava.version>
5555
<groovy.version>1.8.0</groovy.version>
5656
<groovy.eclipse.compiler.version>2.7.0-01</groovy.eclipse.compiler.version>
5757
<groovy-eclipse-batch.version>2.0.4-04</groovy-eclipse-batch.version>
@@ -64,7 +64,7 @@
6464
<org.apache.maven.version>3.6.0</org.apache.maven.version>
6565
<org.apache.maven.plugin-testing.version>3.3.0</org.apache.maven.plugin-testing.version>
6666
<org.mockito.version>3.2.0</org.mockito.version>
67-
<org.reflections.version>0.9.11</org.reflections.version>
67+
<org.reflections.version>0.9.12</org.reflections.version>
6868
<org.slf4j.version>1.7.29</org.slf4j.version>
6969
</properties>
7070

0 commit comments

Comments
 (0)