Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 #78

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.2 to 2.18.0.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.2...jackson-bom-2.18.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>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
commit 58b8c643b8c09c69bec9de475ae6b0edda5a6370
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<jackson.version>2.17.2</jackson.version>
<jackson.version>2.18.0</jackson.version>

<junit.version>5.11.0</junit.version>
<assertj>3.26.3</assertj>
Loading