This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new e130d9f14 STORM-4027 - Kryp 5.6.0
e130d9f14 is described below
commit e130d9f1484e4c71ce14d44c55bd5676046b9ee5
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jan 26 09:03:09 2024 +0100
STORM-4027 - Kryp 5.6.0
---
DEPENDENCY-LICENSES | 2 +-
LICENSE-binary | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 28b5808eb..694d7cbc0 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -4,7 +4,7 @@ List of third-party dependencies grouped by their license type.
3-Clause BSD License
- * Kryo (com.esotericsoftware:kryo:5.4.0 -
https://github.com/EsotericSoftware/kryo/kryo)
+ * Kryo (com.esotericsoftware:kryo:5.6.0 -
https://github.com/EsotericSoftware/kryo/kryo)
* MinLog (com.esotericsoftware:minlog:1.3.1 -
https://github.com/EsotericSoftware/minlog)
* Protocol Buffers [Core] (com.google.protobuf:protobuf-java:3.3.0 -
https://developers.google.com/protocol-buffers/protobuf-java/)
* ReflectASM (com.esotericsoftware:reflectasm:1.11.9 -
https://github.com/EsotericSoftware/reflectasm)
diff --git a/LICENSE-binary b/LICENSE-binary
index 133ff20dc..f830eb31e 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -645,7 +645,7 @@ The license texts of these dependencies can be found in the
licenses directory.
3-Clause BSD License
- * Kryo (com.esotericsoftware:kryo:5.4.0 -
https://github.com/EsotericSoftware/kryo/kryo)
+ * Kryo (com.esotericsoftware:kryo:5.6.0 -
https://github.com/EsotericSoftware/kryo/kryo)
* MinLog (com.esotericsoftware:minlog:1.3.1 -
https://github.com/EsotericSoftware/minlog)
* Protocol Buffers [Core] (com.google.protobuf:protobuf-java:3.3.0 -
https://developers.google.com/protocol-buffers/protobuf-java/)
* ReflectASM (com.esotericsoftware:reflectasm:1.11.9 -
https://github.com/EsotericSoftware/reflectasm)
diff --git a/pom.xml b/pom.xml
index 7bc5fd260..e5620064b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
<hadoop.version>3.3.6</hadoop.version>
<hdfs.version>${hadoop.version}</hdfs.version>
<hbase.version>2.5.6-hadoop3</hbase.version>
- <kryo.version>5.4.0</kryo.version>
+ <kryo.version>5.6.0</kryo.version>
<servlet.version>3.1.0</servlet.version>
<joda-time.version>2.12.5</joda-time.version>
<thrift.version>0.19.0</thrift.version>