Skip to content

Commit b819828

Browse files
Update jackson monorepo to v2.21.3
1 parent 650b38d commit b819828

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
@@ -207,13 +207,13 @@
207207
<dependency>
208208
<groupId>com.fasterxml.jackson.core</groupId>
209209
<artifactId>jackson-databind</artifactId>
210-
<version>2.21.0</version>
210+
<version>2.21.3</version>
211211
<scope>test</scope>
212212
</dependency>
213213
<dependency>
214214
<groupId>com.fasterxml.jackson.core</groupId>
215215
<artifactId>jackson-core</artifactId>
216-
<version>2.21.1</version>
216+
<version>2.21.3</version>
217217
<scope>test</scope>
218218
</dependency>
219219
<dependency>
@@ -234,7 +234,7 @@
234234
<dependency>
235235
<groupId>com.fasterxml.jackson</groupId>
236236
<artifactId>jackson-bom</artifactId>
237-
<version>2.21.0</version>
237+
<version>2.21.3</version>
238238
<scope>import</scope>
239239
<type>pom</type>
240240
</dependency>

0 commit comments

Comments
 (0)