Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 9762ec8bd3
Bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.12.6.1 to 2.12.7.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-03 02:12:59 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.6.1</version>
<version>2.12.7.1</version>
</dependency>
<!--JSR303数据校验 tomcat7以上服务器直接导入-->