Skip to content

Commit a58d355

Browse files
committed
Downgrade jackson versions
1 parent ff99db3 commit a58d355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@
184184
<dependency>
185185
<groupId>com.fasterxml.jackson.datatype</groupId>
186186
<artifactId>jackson-datatype-jsr310</artifactId>
187-
<version>2.17.2</version>
187+
<version>2.12.7</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>com.fasterxml.jackson.core</groupId>
191191
<artifactId>jackson-databind</artifactId>
192-
<version>2.12.7.1</version>
192+
<version>2.12.7.2</version>
193193
</dependency>
194194
<dependency>
195195
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)