Skip to content

Commit 83cc471

Browse files
committed
Update dependencies
- bump Jackson version to 2.12.7 - bump Guava version to 32.1.3
1 parent 00f0ca5 commit 83cc471

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
@@ -41,7 +41,7 @@
4141

4242
<httpclient.version>4.5.13</httpclient.version>
4343
<httpcore.version>4.4.14</httpcore.version>
44-
<jackson.version>2.11.4</jackson.version>
44+
<jackson.version>2.12.7</jackson.version>
4545
<junit.version>4.13.2</junit.version>
4646
<slf4j.version>1.7.32</slf4j.version>
4747
<logback.version>1.2.7</logback.version>
@@ -211,7 +211,7 @@
211211
<dependency>
212212
<groupId>com.google.guava</groupId>
213213
<artifactId>guava</artifactId>
214-
<version>29.0-jre</version>
214+
<version>32.1.3-jre</version>
215215
</dependency>
216216
</dependencies>
217217
</dependencyManagement>

0 commit comments

Comments
 (0)