Skip to content

Commit

Permalink
Bump jackson.version from 2.14.3 to 2.17.3
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.14.3 to 2.17.3.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent 1ce0645 commit f57564c
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 @@ -46,7 +46,7 @@
<!-- 3.4 is the minimum version for CVE-2023-25194 -->
<kafka.version>3.7.1</kafka.version>
<!-- Keep it at 2.14 as future versions cause problems with neo4j procedure framework -->
<jackson.version>2.14.3</jackson.version>
<jackson.version>2.17.3</jackson.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<neo4j.java.driver.version>4.4.19</neo4j.java.driver.version>
<testcontainers.version>1.20.4</testcontainers.version>
Expand Down

0 comments on commit f57564c

Please sign in to comment.