Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.msgpack:jackson-dataformat-msgpack from 0.9.7 to 0.9.8
Browse files Browse the repository at this point in the history
Bumps [org.msgpack:jackson-dataformat-msgpack](https://github.com/msgpack/msgpack-java) from 0.9.7 to 0.9.8.
- [Release notes](https://github.com/msgpack/msgpack-java/releases)
- [Changelog](https://github.com/msgpack/msgpack-java/blob/main/RELEASE_NOTES.md)
- [Commits](msgpack/msgpack-java@v0.9.7...v0.9.8)

---
updated-dependencies:
- dependency-name: org.msgpack:jackson-dataformat-msgpack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f07d165 commit 38f7180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ dependencies {
testImplementation 'com.squareup.retrofit2:retrofit:2.9.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.7'
implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.8'
compileOnly 'com.squareup.retrofit2:retrofit:2.9.0'
}

0 comments on commit 38f7180

Please sign in to comment.