Skip to content

Commit c13a2eb

Browse files
Fix dependency vulnerabilities (#126)
1 parent 3363f5d commit c13a2eb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4343
<java.version>1.11</java.version>
44-
<jacksonVersion>2.14.2</jacksonVersion>
44+
<jacksonVersion>2.15.2</jacksonVersion>
4545
<lombok.version>1.18.22</lombok.version>
4646
<slf4j.version>1.7.30</slf4j.version>
4747
<maven.checkstyle.version>3.1.0</maven.checkstyle.version>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>com.google.guava</groupId>
140140
<artifactId>guava</artifactId>
141-
<version>32.0.0-jre</version>
141+
<version>32.0.1-jre</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>
@@ -269,6 +269,9 @@
269269
</goals>
270270
</execution>
271271
</executions>
272+
<configuration>
273+
<doclint>all,-missing</doclint>
274+
</configuration>
272275
</plugin>
273276
<plugin>
274277
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)