Skip to content

Commit 775da42

Browse files
fix(deps): update jackson monorepo to v2.18.3
1 parent 550310c commit 775da42

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
@@ -84,17 +84,17 @@
8484
<dependency>
8585
<groupId>com.fasterxml.jackson.core</groupId>
8686
<artifactId>jackson-core</artifactId>
87-
<version>2.18.2</version>
87+
<version>2.18.3</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>
9191
<artifactId>jackson-databind</artifactId>
92-
<version>2.18.2</version>
92+
<version>2.18.3</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>com.fasterxml.jackson.core</groupId>
9696
<artifactId>jackson-annotations</artifactId>
97-
<version>2.18.2</version>
97+
<version>2.18.3</version>
9898
</dependency>
9999
</dependencies>
100100

0 commit comments

Comments
 (0)