diff --git a/build.gradle b/build.gradle index e16d5998f1c..184dec2632c 100644 --- a/build.gradle +++ b/build.gradle @@ -319,7 +319,7 @@ dependencies { implementation 'de.javakaffee:kryo-serializers:0.45' implementation ('com.esotericsoftware:kryo'){ version { - strictly '4.+' // we're not compatible with kryo 5+ + strictly '[4,5)' // we're not compatible with kryo 5+ } }