Skip to content

Commit

Permalink
build(deps): bump jackson.version from 2.16.2 to 2.17.0
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.16.2 to 2.17.0.

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.2 to 2.17.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.2...jackson-module-kotlin-2.17.0)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.2 to 2.17.0
- [Commits](FasterXML/jackson-core@jackson-core-2.16.2...jackson-core-2.17.0)

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

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.16.2 to 2.17.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.16.2...jackson-dataformat-xml-2.17.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent ff8a534 commit d3fee84
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 @@ -68,7 +68,7 @@
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<kotest.version>5.8.1</kotest.version>
<mockk.version>1.13.10</mockk.version>
<jackson.version>2.16.2</jackson.version>
<jackson.version>2.17.0</jackson.version>
<wiremock.version>2.27.2</wiremock.version>
<commons-codec.version>1.16.1</commons-codec.version>
<slf4j.version>2.0.12</slf4j.version>
Expand Down

0 comments on commit d3fee84

Please sign in to comment.