Skip to content

Commit

Permalink
Bump com.esotericsoftware:kryo from 5.5.0 to 5.6.0
Browse files Browse the repository at this point in the history
Bumps [com.esotericsoftware:kryo](https://github.com/EsotericSoftware/kryo) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/EsotericSoftware/kryo/releases)
- [Commits](EsotericSoftware/kryo@kryo-parent-5.5.0...kryo-parent-5.6.0)

---
updated-dependencies:
- dependency-name: com.esotericsoftware:kryo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and skalarproduktraum committed Apr 9, 2024
1 parent d9520f5 commit 2e4e34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1")
implementation("org.zeromq:jeromq:0.5.4")
implementation("com.esotericsoftware:kryo:5.5.0")
implementation("com.esotericsoftware:kryo:5.6.0")
implementation("de.javakaffee:kryo-serializers:0.45")
implementation("org.msgpack:msgpack-core:0.9.8")
implementation("org.msgpack:jackson-dataformat-msgpack:0.9.8")
Expand Down

0 comments on commit 2e4e34a

Please sign in to comment.