update com.fasterxml.jackson.core:jackson-databind 2.15.2 to 2.16.0 (#1149)

master
Ch3n4y 2024-03-07 08:41:26 +08:00 committed by GitHub
parent 22a60df6aa
commit 7f8607b881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,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.15.2</version> <version>2.16.0</version>
</dependency> </dependency>
</dependencies> </dependencies>