Compare commits

...

2 Commits

Author SHA1 Message Date
Dmitry Isaenko 353863a257
Merge pull request #1 from developersu/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.6.1
continuous-integration/drone/push Build is passing Details
Bump jackson-databind from 2.10.0 to 2.12.6.1
2022-08-02 21:50:21 +03:00
dependabot[bot] 7540568d9d
Bump jackson-databind from 2.10.0 to 2.12.6.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.0 to 2.12.6.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [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>
2022-08-02 18:45:09 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.0</version>
<version>2.12.6.1</version>
<scope>compile</scope>
</dependency>