update com.fasterxml.jackson.core:jackson-databind 2.13.3 to 2.14.0-rc1

This commit is contained in:
ChengDaqi2023 2023-08-11 10:01:20 +08:00
parent 82680c4c63
commit b96c04870c

View File

@ -58,7 +58,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.13.3</version> <version>2.14.0-rc1</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>