fix[json]: update jackson version

This commit is contained in:
godotg
2024-05-09 10:39:40 +08:00
parent d882cb021e
commit edc7333ca4
+2 -2
View File
@@ -72,12 +72,12 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-afterburner</artifactId>
<version>2.15.3</version>
<version>2.15.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.3</version>
<version>2.15.4</version>
</dependency>
<dependency>