Skip to content

Commit

Permalink
chore(deps): bump jackson.version from 2.17.0 to 2.17.1 (#5)
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.17.0 to 2.17.1.

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.0 to 2.17.1

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent aa3fef9 commit df867c7
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 @@ -18,7 +18,7 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson.version>2.17.0</jackson.version>
<jackson.version>2.17.1</jackson.version>
<org.testcontainers.version>1.19.7</org.testcontainers.version>
<postgresql.version>42.7.3</postgresql.version>
<mysql-connector.version>8.3.0</mysql-connector.version>
Expand Down

0 comments on commit df867c7

Please sign in to comment.