Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

build(deps): bump jackson.version from 2.16.0 to 2.16.1 #2281

Merged
merged 1 commit into from
Dec 26, 2023
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
build(deps): bump jackson.version from 2.16.0 to 2.16.1
Bumps `jackson.version` from 2.16.0 to 2.16.1.

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

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.16.0...jackson-core-2.16.1)

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

Updates `com.fasterxml.jackson.jr:jackson-jr-objects` from 2.16.0 to 2.16.1
- [Commits](FasterXML/jackson-jr@jackson-jr-parent-2.16.0...jackson-jr-parent-2.16.1)

Updates `com.fasterxml.jackson.jr:jackson-jr-annotation-support` from 2.16.0 to 2.16.1
- [Commits](FasterXML/jackson-jr@jackson-jr-parent-2.16.0...jackson-jr-parent-2.16.1)

Updates `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` from 2.16.0 to 2.16.1

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-objects
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-annotation-support
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 25, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 9e8a8d84ca113dbea5ffd02e4e0b4abeeea1fa53
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@
<json.version>20231013</json.version>

<junit5.version>5.10.1</junit5.version>
<jackson.version>2.16.0</jackson.version>
<jackson.version>2.16.1</jackson.version>
<assertj.version>3.24.2</assertj.version>
<mockito.version>5.8.0</mockito.version>