diff --git a/CHANGELOG.md b/CHANGELOG.md
index 574eb9c..db0ae7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+1.0.3 (unreleased)
+----
+* commons compress 1.24.0 (used by testcontainers) updated for a CVE.
+* testcontainers 1.19.0
+
1.0.2
-----
* Internally split off from otj-parent to allow compatibility between different otj stacks and not pull as much otj-ness.
diff --git a/pom.xml b/pom.xml
index 52ba8d8..01bfce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,12 +48,13 @@
11
${project.build.targetJdk}
${project.build.targetJdk}
- 1.18.3
+ 1.19.0
42.5.1
4.23.1
1.7.36
8.5.13
3.12.0
+ 1.24.0
4.13.2
5.8.2
1800
@@ -84,6 +85,12 @@
commons-lang3
${dep.commons-lang.version}
+
+ org.apache.commons
+ commons-compress
+ ${dep.commons-compress.version}
+ runtime
+
org.flywaydb