Skip to content

Commit 156ec3e

Browse files
committed
Update dependencies
- bump Jackson version to 2.12.7.1
1 parent 1696f05 commit 156ec3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<httpclient.version>4.5.13</httpclient.version>
4343
<httpcore.version>4.4.14</httpcore.version>
4444
<jackson.version>2.12.7</jackson.version>
45+
<jackson-databind.version>2.12.7.1</jackson-databind.version>
4546
<junit.version>4.13.2</junit.version>
4647
<slf4j.version>1.7.32</slf4j.version>
4748
<logback.version>1.2.7</logback.version>
@@ -66,7 +67,7 @@
6667
<dependency>
6768
<groupId>com.fasterxml.jackson.core</groupId>
6869
<artifactId>jackson-databind</artifactId>
69-
<version>${jackson.version}</version>
70+
<version>${jackson-databind.version}</version>
7071
</dependency>
7172
<dependency>
7273
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)