Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
fix(deps): bump jackson-databind from 2.13.2.2 to 2.14.2
Browse files Browse the repository at this point in the history
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.2 to 2.14.2.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent 307de5d commit aabc58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jackson-databind.version>2.13.2.2</jackson-databind.version>
<jackson-databind.version>2.14.2</jackson-databind.version>
<slf4j.version>2.0.6</slf4j.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
Expand Down

0 comments on commit aabc58a

Please sign in to comment.