Skip to content

Commit 1803c34

Browse files
committed
Bump version of optional jackson dependency
1 parent 706626d commit 1803c34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http-client/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>
2929
<artifactId>jackson-databind</artifactId>
30-
<version>2.11.1</version>
30+
<version>2.12.2</version>
3131
<optional>true</optional>
3232
</dependency>
3333

http-client/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.fasterxml.jackson.core</groupId>
3636
<artifactId>jackson-databind</artifactId>
37-
<version>2.11.1</version>
37+
<version>2.12.2</version>
3838
</dependency>
3939

4040
<dependency>

0 commit comments

Comments
 (0)