Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 13, 2024
1 parent b33161b commit b05bbb6
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 @@ -51,7 +51,7 @@
<exist.java-api.version>5.4.0</exist.java-api.version> <!-- The eXist-db XQuery Java Module API version -->
<exist.processor.version>6.1.0</exist.processor.version> <!-- The version of eXist-db needed by this EXPath Module -->

<jackson.version>2.13.4</jackson.version>
<jackson.version>2.17.0</jackson.version>
<websocket.api.version>1.1</websocket.api.version>
<templating.version>1.0.2</templating.version>

Expand Down

0 comments on commit b05bbb6

Please sign in to comment.