diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbc8c8ff2..3114cf368b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Added warning about using plain HTTP OAuth endpoints (snowflakedb/snowflake-jdbc#2556). - Fix initializing ObjectMapper when DATE_OUTPUT_FORMAT is specified (snowflakedb/snowflake-jdbc#2545). - Fix Netty native library conflict in thin JAR (snowflakedb/snowflake-jdbc#2559) + - Bumped netty to 4.1.132.Final to address CVE-2026-33870 (High) and CVE-2026-33871 (High) (snowflakedb/snowflake-jdbc#2561) - v4.0.2 - Fix expired session token renewal when polling results (snowflakedb/snowflake-jdbc#2489) diff --git a/TestOnly/pom.xml b/TestOnly/pom.xml index fab48d672b..40a85f45a2 100644 --- a/TestOnly/pom.xml +++ b/TestOnly/pom.xml @@ -21,7 +21,7 @@ 5.11.1 3.5.1 3.5.6 - 4.1.130.Final + 4.1.132.Final 4.5.14 1.82 net.snowflake.client.jdbc.internal diff --git a/parent-pom.xml b/parent-pom.xml index 1d4addb1f2..65f20a44e3 100644 --- a/parent-pom.xml +++ b/parent-pom.xml @@ -14,6 +14,7 @@ + 1.26 1.28.0 3.18.0 1.10.0 @@ -55,7 +56,7 @@ 3.0.0 3.0.2 4.28.2 - 1.77.0 + 1.80.0 2.2 2.4.3 2.18.4.1 @@ -70,7 +71,7 @@ 1.3.6 4.11.0 11.30.1 - 4.1.130.Final + 4.1.132.Final 10.6 0.31.1 1.0-alpha-9-stable-1 @@ -151,6 +152,11 @@ pom import + + org.codehaus.mojo + animal-sniffer-annotations + ${animal.sniffer.annotations.version} + classworlds classworlds diff --git a/thin_public_pom.xml b/thin_public_pom.xml index e374cc570b..87b0bc2838 100644 --- a/thin_public_pom.xml +++ b/thin_public_pom.xml @@ -33,6 +33,7 @@ + 1.26 4.5.14 4.4.16 2.37.5 @@ -53,14 +54,14 @@ 1.45.0 3.0.2 4.28.2 - 1.77.0 + 1.80.0 2.18.4.1 3.1.0 5.13.0 2.5.2 1.15.3 2.2.0 - 4.1.130.Final + 4.1.132.Final 10.6 11.30.1 UTF-8 @@ -106,6 +107,11 @@ pom import + + org.codehaus.mojo + animal-sniffer-annotations + ${animal.sniffer.annotations.version} +