Skip to content

Commit a17d9fc

Browse files
committed
fix(deps): update jackson monorepo
1 parent 66cfd07 commit a17d9fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>
2929
<artifactId>jackson-annotations</artifactId>
30-
<version>2.20</version>
30+
<version>2.21</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-core</artifactId>
35-
<version>2.20.0</version>
35+
<version>2.21.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.fasterxml.jackson.core</groupId>
3939
<artifactId>jackson-databind</artifactId>
40-
<version>2.20.0</version>
40+
<version>2.21.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)