Skip to content

Commit 0a0456e

Browse files
committed
upgrade jackson jar
1 parent 0050944 commit 0a0456e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@
129129
<groupId>de.ruedigermoeller</groupId>
130130
<artifactId>fst</artifactId>
131131
<version>2.57</version>
132+
<exclusions>
133+
<exclusion>
134+
<groupId>com.fasterxml.jackson.core</groupId>
135+
<artifactId>jackson-core</artifactId>
136+
</exclusion>
137+
</exclusions>
138+
</dependency>
139+
<dependency>
140+
<groupId>com.fasterxml.jackson.core</groupId>
141+
<artifactId>jackson-core</artifactId>
142+
<version>2.19.2</version>
132143
</dependency>
133144
<dependency>
134145
<groupId>junit</groupId>

0 commit comments

Comments
 (0)