Skip to content

Commit 74fde66

Browse files
Update jackson monorepo to v2.21.1
1 parent e49cba9 commit 74fde66

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
@@ -208,13 +208,13 @@
208208
<dependency>
209209
<groupId>com.fasterxml.jackson.core</groupId>
210210
<artifactId>jackson-databind</artifactId>
211-
<version>2.21.0</version>
211+
<version>2.21.1</version>
212212
<scope>test</scope>
213213
</dependency>
214214
<dependency>
215215
<groupId>com.fasterxml.jackson.core</groupId>
216216
<artifactId>jackson-core</artifactId>
217-
<version>2.21.0</version>
217+
<version>2.21.1</version>
218218
<scope>test</scope>
219219
</dependency>
220220
<dependency>
@@ -235,7 +235,7 @@
235235
<dependency>
236236
<groupId>com.fasterxml.jackson</groupId>
237237
<artifactId>jackson-bom</artifactId>
238-
<version>2.21.0</version>
238+
<version>2.21.1</version>
239239
<scope>import</scope>
240240
<type>pom</type>
241241
</dependency>

0 commit comments

Comments
 (0)