From d9a85e19177607325791e256edd8621c209e5ac5 Mon Sep 17 00:00:00 2001 From: Benjamin Simon Date: Mon, 22 Jun 2026 15:59:32 +0200 Subject: [PATCH 1/2] update Netty to 4.2.15.Final --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6b15be8..79ece7a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 2.33.0 3.1.3 - 4.2.13.Final + 4.2.15.Final 2.0.6 2.18.6 1.3.16 From c78e56602f3045729af52655ef45c985023b5226 Mon Sep 17 00:00:00 2001 From: Benjamin Simon Date: Mon, 22 Jun 2026 16:03:21 +0200 Subject: [PATCH 2/2] bump version to 3.1.3.post2 --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17776c9..f354b96 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,9 @@ all languages. ## Release Notes +### Release 3.1.3.post2 (June 22, 2026) +* Bump netty.version from 4.2.13.Final to 4.2.15.Final + ### Release 3.1.3.post1 (May 21, 2026) * Bump netty.version from 4.2.7.Final to 4.2.13.Final * Bump fasterxml-jackson.version from 2.15.0 to 2.18.6 diff --git a/setup.py b/setup.py index 2805b1a..a7260b1 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ PACKAGE_NAME = 'amazon_kclpy' JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars') -PACKAGE_VERSION = '3.1.3.post1' +PACKAGE_VERSION = '3.1.3.post2' PYTHON_REQUIREMENTS = [ "boto3", # argparse is part of python3.2+