diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2319299..441e97d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+### Changed
+
+- Bump okio to 1.17.6 to get rid of CVE-2023-3635 ([#46])
+
+[#46]: https://github.com/stackabletech/hdfs-utils/pull/46
+
## [0.3.0] - 2024-07-04
### Added
diff --git a/pom.xml b/pom.xml
index f912210..91bc901 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,8 @@
3.12.1
3.2.5
2.43.0
+ 6.13.1
+ 1.17.6
@@ -85,12 +87,23 @@
io.fabric8
kubernetes-client
- 6.13.1
+ ${kubernetes-client.version}
io.fabric8
kubernetes-client-api
- 6.13.1
+ ${kubernetes-client.version}
+
+
+
+ com.squareup.okio
+ okio
+ ${okio.version}