Skip to content

Commit f424f1a

Browse files
fix(deps): update jackson monorepo (#741)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 211fe25 commit f424f1a

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
@@ -222,17 +222,17 @@
222222
<dependency>
223223
<groupId>com.fasterxml.jackson.core</groupId>
224224
<artifactId>jackson-core</artifactId>
225-
<version>2.19.1</version>
225+
<version>2.20.0</version>
226226
</dependency>
227227
<dependency>
228228
<groupId>com.fasterxml.jackson.core</groupId>
229229
<artifactId>jackson-databind</artifactId>
230-
<version>2.19.1</version>
230+
<version>2.20.0</version>
231231
</dependency>
232232
<dependency>
233233
<groupId>com.fasterxml.jackson.core</groupId>
234234
<artifactId>jackson-annotations</artifactId>
235-
<version>2.19.1</version>
235+
<version>2.20</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>org.glassfish.jersey.media</groupId>

0 commit comments

Comments
 (0)