diff --git a/build.gradle.kts b/build.gradle.kts index da7661dd11..1383d23a99 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -95,7 +95,7 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1") 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("org.zeromq:jeromq:0.6.0") implementation("com.esotericsoftware:kryo:5.5.0") implementation("de.javakaffee:kryo-serializers:0.45") implementation("org.msgpack:msgpack-core:0.9.8")