Skip to content

Commit

Permalink
build(deps): Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.…
Browse files Browse the repository at this point in the history
…17.0 (#1069)

* build(deps): Bump com.fasterxml.jackson:jackson-bom

Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.16.1 to 2.17.0.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.16.1...jackson-bom-2.17.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix deprecations.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Simons <michael.simons@neo4j.com>
  • Loading branch information
dependabot[bot] and michael-simons committed Apr 11, 2024
1 parent 6391a3a commit 9107d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -81,7 +81,7 @@ class KotlinInteropTest {
)

ObjectMapperFactory.objectMapper()
.registerModule(KotlinModule())
.registerModule(KotlinModule.Builder().build())
.registerModule(IdTypesModule())
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -194,7 +194,7 @@
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-logging.version>1.3.1</commons-logging.version>
<classgraph.version>4.8.170</classgraph.version>
<jackson.version>2.16.1</jackson.version>
<jackson.version>2.17.0</jackson.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<junit.version>5.10.2</junit.version>
<kotlin.version>1.9.23</kotlin.version>
Expand Down

0 comments on commit 9107d95

Please sign in to comment.