Skip to content

Commit

Permalink
fix(deps): bump jackson-databind from 2.13.0 to 2.13.2
Browse files Browse the repository at this point in the history
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.0 to 2.13.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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2022
1 parent d91f9cd commit 0420232
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.0</jackson-databind.version>
<jackson-databind.version>2.13.2</jackson-databind.version>
<logback.version>1.2.7</logback.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<junit-jupiter.version>5.8.1</junit-jupiter.version>
Expand Down

0 comments on commit 0420232

Please sign in to comment.