Skip to content

Commit f7c9289

Browse files
Update jackson monorepo to v2.20.0
1 parent 012a640 commit f7c9289

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
<dependency>
6767
<groupId>com.fasterxml.jackson.core</groupId>
6868
<artifactId>jackson-core</artifactId>
69-
<version>2.18.2</version>
69+
<version>2.20.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.fasterxml.jackson.core</groupId>
7373
<artifactId>jackson-databind</artifactId>
74-
<version>2.18.2</version>
74+
<version>2.20.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.dataformat</groupId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.dataformat</groupId>
8383
<artifactId>jackson-dataformat-yaml</artifactId>
84-
<version>2.18.2</version>
84+
<version>2.20.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)