Skip to content

Commit

Permalink
Bump org.msgpack:jackson-dataformat-msgpack from 0.9.8 to 0.9.9
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.8 to 0.9.9.
- [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.8...v0.9.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent eb36fb5 commit 6c30527
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
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}")
implementation("com.aerospike:aerospike-client-jdk8:${aerospikeClientVersion}")
implementation("com.aerospike:aerospike-document-api:2.0.3")
implementation("org.msgpack:jackson-dataformat-msgpack:0.9.8")
implementation("org.msgpack:jackson-dataformat-msgpack:0.9.9")
implementation('org.springframework.retry:spring-retry:2.0.10')
implementation('org.springframework:spring-aspects:6.2.1')
implementation('org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:3.2.0')
Expand Down

0 comments on commit 6c30527

Please sign in to comment.