Skip to content

Commit 654ad57

Browse files
authored
Merge pull request #6258 from Wujiaxuan007/bugfix/kryo-version
Upgrade kryo version to 5.6.2 for Java 8 compatibility
2 parents db75fe9 + 985e082 commit 654ad57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<dependency>
260260
<groupId>com.esotericsoftware</groupId>
261261
<artifactId>kryo</artifactId>
262-
<version>5.6.1</version>
262+
<version>5.6.2</version>
263263
</dependency>
264264
<dependency>
265265
<groupId>org.apache.fury</groupId>

0 commit comments

Comments
 (0)