diff --git a/CHANGES.txt b/CHANGES.txt index 9c10df67f..dcda41f11 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +4.13.1 (Dec 5, 2024) +- Updated `org.apache.httpcomponents.client5` dependency to 5.4.1 to fix vulnerabilities. +- Updated `redis.clients` dependency to 4.4.8 to fix vulnerabilities. + 4.13.0 (Sep 13, 2024) - Added support for Kerberos Proxy authentication. diff --git a/client/pom.xml b/client/pom.xml index 85def3400..5758862b2 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,9 +5,9 @@ io.split.client java-client-parent - 4.13.1.rc1 + 4.13.1 - 4.13.1.rc1 + 4.13.1 java-client jar Java Client diff --git a/okhttp-modules/pom.xml b/okhttp-modules/pom.xml index d3dc8347d..a62c4e1c5 100644 --- a/okhttp-modules/pom.xml +++ b/okhttp-modules/pom.xml @@ -5,10 +5,10 @@ java-client-parent io.split.client - 4.13.1.rc1 + 4.13.1 4.0.0 - 4.13.1.rc1 + 4.13.1 okhttp-modules jar http-modules @@ -46,7 +46,7 @@ io.split.client java-client - 4.13.1.rc1 + 4.13.1 compile diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml index bccbdb18a..62afa4730 100644 --- a/pluggable-storage/pom.xml +++ b/pluggable-storage/pom.xml @@ -6,7 +6,7 @@ java-client-parent io.split.client - 4.13.1.rc1 + 4.13.1 2.1.0 diff --git a/pom.xml b/pom.xml index b001ae369..5ff9c29e1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.split.client java-client-parent - 4.13.1.rc1 + 4.13.1 diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index 66200d208..708cd8631 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -6,10 +6,10 @@ java-client-parent io.split.client - 4.13.1.rc1 + 4.13.1 redis-wrapper - 4.13.1.rc1 + 4.13.1 jar Package for Redis Wrapper Implementation Implements Redis Pluggable Storage diff --git a/testing/pom.xml b/testing/pom.xml index 269b0a914..67f75a951 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -5,7 +5,7 @@ io.split.client java-client-parent - 4.13.1.rc1 + 4.13.1 java-client-testing jar