Skip to content

Commit fd27e7f

Browse files
committed
fix: Unsafe Deserialization in jackson-databind
1 parent 408f7d8 commit fd27e7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sqlschema2java-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,19 +165,19 @@
165165
<dependency>
166166
<groupId>com.fasterxml.jackson.core</groupId>
167167
<artifactId>jackson-core</artifactId>
168-
<version>2.4.2</version>
168+
<version>2.13.2</version>
169169
</dependency>
170170

171171
<dependency>
172172
<groupId>com.fasterxml.jackson.core</groupId>
173173
<artifactId>jackson-annotations</artifactId>
174-
<version>2.4.2</version>
174+
<version>2.13.2</version>
175175
</dependency>
176176

177177
<dependency>
178178
<groupId>com.fasterxml.jackson.core</groupId>
179179
<artifactId>jackson-databind</artifactId>
180-
<version>2.4.2</version>
180+
<version>2.13.2.2</version>
181181
</dependency>
182182

183183
<dependency>

0 commit comments

Comments
 (0)