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.
diff --git a/client/pom.xml b/client/pom.xml
index 2c1892ca..5758862b 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
+ 4.13.1
java-client
jar
Java Client
@@ -166,7 +167,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..a62c4e1c 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
4.0.0
- 4.13.0
+ 4.13.1
okhttp-modules
jar
http-modules
@@ -46,13 +46,13 @@
io.split.client
java-client
- 4.13.0
+ 4.13.1
compile
org.apache.httpcomponents.client5
httpclient5
- 5.0.3
+ 5.4.1
diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml
index 2e502e35..aba55f0d 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
2.1.0
diff --git a/pom.xml b/pom.xml
index a7c51ff3..5ff9c29e 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
diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml
index 6a25062e..8ea6657a 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
redis-wrapper
- 3.1.0
+ 4.13.1
jar
Package for Redis Wrapper Implementation
Implements Redis Pluggable Storage
@@ -28,7 +28,7 @@
redis.clients
jedis
- 4.3.0
+ 4.4.8
junit
diff --git a/testing/pom.xml b/testing/pom.xml
index adbffc99..67f75a95 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
java-client-testing
jar