Skip to content

Commit 3ebe56d

Browse files
authored
downgraded jackson dependencies (#1338)
1 parent b330423 commit 3ebe56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.17.2</version>
192+
<version>2.12.7</version>
193193
</dependency>
194194
<dependency>
195195
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)