Skip to content

Commit ed23f02

Browse files
Update jackson monorepo to v3.2.2
1 parent 9d832df commit ed23f02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@
118118
<dependency>
119119
<groupId>tools.jackson.core</groupId>
120120
<artifactId>jackson-databind</artifactId>
121-
<version>3.2.1</version>
121+
<version>3.2.2</version>
122122
<scope>compile</scope>
123123
</dependency>
124124
<!-- Source: https://mvnrepository.com/artifact/tools.jackson.dataformat/jackson-dataformat-xml -->
125125
<dependency>
126126
<groupId>tools.jackson.dataformat</groupId>
127127
<artifactId>jackson-dataformat-xml</artifactId>
128-
<version>3.2.1</version>
128+
<version>3.2.2</version>
129129
<scope>compile</scope>
130130
</dependency>
131131
<!-- https://mvnrepository.com/artifact/com.fasterxml.woodstox/woodstox-core -->

0 commit comments

Comments
 (0)