From e3c5b124e61e2a34e4391dc262f8d4361371e278 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Wed, 27 Nov 2024 08:26:14 -0800 Subject: [PATCH 1/9] upgrade apache httpclient5 --- client/pom.xml | 2 +- okhttp-modules/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 2c1892ca..c539c90b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -166,7 +166,7 @@ org.apache.httpcomponents.client5 httpclient5 - 5.0.3 + 5.4.1 com.google.code.gson diff --git a/okhttp-modules/pom.xml b/okhttp-modules/pom.xml index 52986930..465a5210 100644 --- a/okhttp-modules/pom.xml +++ b/okhttp-modules/pom.xml @@ -52,7 +52,7 @@ org.apache.httpcomponents.client5 httpclient5 - 5.0.3 + 5.4.1 From 6a30f03f078086052457546a22e073538775605a Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Wed, 27 Nov 2024 09:26:47 -0800 Subject: [PATCH 2/9] upgraded jedis --- redis-wrapper/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index 6a25062e..cd60cd2d 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -28,7 +28,7 @@ redis.clients jedis - 4.3.0 + 5.2.0 junit From ea19581d6e5d1fd8d39ef1611ba61f960b996023 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Wed, 27 Nov 2024 10:11:36 -0800 Subject: [PATCH 3/9] downgrade jedis to support all redis versions --- redis-wrapper/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index cd60cd2d..c73f6adc 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -28,7 +28,7 @@ redis.clients jedis - 5.2.0 + 4.4.8 junit From 80fe04f63dca679ba12168b9367518aca3874083 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Wed, 27 Nov 2024 11:07:39 -0800 Subject: [PATCH 4/9] updated version to 4.13.1.rc1 --- client/pom.xml | 3 ++- okhttp-modules/pom.xml | 6 +++--- pluggable-storage/pom.xml | 2 +- pom.xml | 2 +- redis-wrapper/pom.xml | 4 ++-- testing/pom.xml | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index c539c90b..85def340 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,8 +5,9 @@ io.split.client java-client-parent - 4.13.0 + 4.13.1.rc1 + 4.13.1.rc1 java-client jar Java Client diff --git a/okhttp-modules/pom.xml b/okhttp-modules/pom.xml index 465a5210..d3dc8347 100644 --- a/okhttp-modules/pom.xml +++ b/okhttp-modules/pom.xml @@ -5,10 +5,10 @@ java-client-parent io.split.client - 4.13.0 + 4.13.1.rc1 4.0.0 - 4.13.0 + 4.13.1.rc1 okhttp-modules jar http-modules @@ -46,7 +46,7 @@ io.split.client java-client - 4.13.0 + 4.13.1.rc1 compile diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml index 2e502e35..ffec152f 100644 --- a/pluggable-storage/pom.xml +++ b/pluggable-storage/pom.xml @@ -6,7 +6,7 @@ java-client-parent io.split.client - 4.13.0 + 4.13.1.rc1 2.1.0 diff --git a/pom.xml b/pom.xml index a7c51ff3..b001ae36 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.split.client java-client-parent - 4.13.0 + 4.13.1.rc1 diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index c73f6adc..2bd4b6a3 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -6,10 +6,10 @@ java-client-parent io.split.client - 4.13.0 + 4.13.1.rc1 redis-wrapper - 3.1.0 + 4.13.1.rc1 jar Package for Redis Wrapper Implementation Implements Redis Pluggable Storage diff --git a/testing/pom.xml b/testing/pom.xml index adbffc99..269b0a91 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -5,7 +5,7 @@ io.split.client java-client-parent - 4.13.0 + 4.13.1.rc1 java-client-testing jar From 526806686f3ce67072704cf35f61a8b0b4d93017 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Wed, 27 Nov 2024 11:12:03 -0800 Subject: [PATCH 5/9] enabled release for redis module --- pluggable-storage/pom.xml | 2 +- redis-wrapper/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml index ffec152f..bccbdb18 100644 --- a/pluggable-storage/pom.xml +++ b/pluggable-storage/pom.xml @@ -29,7 +29,7 @@ ossrh https://oss.sonatype.org/ true - true + false diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index 2bd4b6a3..66200d20 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -51,7 +51,7 @@ ossrh https://oss.sonatype.org/ true - true + false From 46f6fcbc10886e38b490ba1c7d6cadf1bcedf013 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Thu, 5 Dec 2024 09:51:51 -0800 Subject: [PATCH 6/9] updated changes.txt alloddw release of all modules --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 9c10df67..dcda41f1 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. From 31085deb5bb9ecf18b4518de0ff9b5bf005ace6f Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Thu, 5 Dec 2024 09:57:10 -0800 Subject: [PATCH 7/9] updated version --- client/pom.xml | 4 ++-- okhttp-modules/pom.xml | 6 +++--- pluggable-storage/pom.xml | 2 +- pom.xml | 2 +- redis-wrapper/pom.xml | 4 ++-- testing/pom.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 85def340..5758862b 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 d3dc8347..a62c4e1c 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 bccbdb18..62afa473 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 b001ae36..5ff9c29e 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 66200d20..708cd863 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 269b0a91..67f75a95 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 From b43f2f253e318f2f2d426de3bb872cb8ace7686f Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany <41021307+chillaq@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:01:40 -0800 Subject: [PATCH 8/9] Update pluggable pom.xml --- pluggable-storage/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml index 62afa473..aba55f0d 100644 --- a/pluggable-storage/pom.xml +++ b/pluggable-storage/pom.xml @@ -29,7 +29,7 @@ ossrh https://oss.sonatype.org/ true - false + true From dc72b33ef55c4e2bfab0a266fb5df3bb5f15fc62 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Thu, 5 Dec 2024 11:06:16 -0800 Subject: [PATCH 9/9] update redis wrapper pom --- redis-wrapper/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index 708cd863..8ea6657a 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -51,7 +51,7 @@ ossrh https://oss.sonatype.org/ true - false + true