From 120bc10e59654ada8907da2c182a9fa7ff5023e9 Mon Sep 17 00:00:00 2001 From: Aiden Huynh <115724666+aidehn@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:17:03 +0100 Subject: [PATCH 1/2] bump netty --- README.md | 5 ++++- pom.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29eb978..e57af10 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,10 @@ all languages. ## Release Notes -### Release 3.1.3.post2 (July 9, 2026) +### Release 3.1.3.post4 (July 29, 2026) +* Bump netty.version from 4.2.15.Final to 4.2.16.Final + +### Release 3.1.3.post3 (July 9, 2026) * Bump fasterxml-jackson.version from 2.18.6 to 2.18.8 ### Release 3.1.3.post2 (June 22, 2026) diff --git a/pom.xml b/pom.xml index 3d884ed..4e2186a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 2.33.0 3.1.3 - 4.2.15.Final + 4.2.16.Final 2.0.6 2.18.8 1.3.16 From 93df05c07fe80cd22332c015e330a9325f581cbd Mon Sep 17 00:00:00 2001 From: Aiden Huynh <115724666+aidehn@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:21:10 +0100 Subject: [PATCH 2/2] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a08373..3520c3b 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.post3" +PACKAGE_VERSION = "3.1.3.post4" PYTHON_REQUIREMENTS = [ "boto3", # argparse is part of python3.2+