diff --git a/doc/changes/changes_2.7.12.md b/doc/changes/changes_2.7.12.md
index a8de9a63..1d41a19b 100644
--- a/doc/changes/changes_2.7.12.md
+++ b/doc/changes/changes_2.7.12.md
@@ -17,6 +17,7 @@ Dependencies upgraded to fix CVE-2024-29131, CVE-2024-29133 and CVE-2024-29025
#### Compile Dependency Updates
+* Updated `com.exasol:parquet-io-java:2.0.6` to `2.0.8`
* Added `io.netty:netty-codec-http2:4.1.108.Final`
* Removed `io.netty:netty-handler:4.1.101.Final`
* Added `org.apache.commons:commons-configuration2:2.10.1`
@@ -29,6 +30,8 @@ Dependencies upgraded to fix CVE-2024-29131, CVE-2024-29133 and CVE-2024-29025
#### Test Dependency Updates
+* Updated `com.exasol:exasol-testcontainers:7.0.0` to `7.0.1`
+* Updated `com.exasol:hamcrest-resultset-matcher:1.6.3` to `1.6.5`
* Updated `com.exasol:test-db-builder-java:3.5.3` to `3.5.4`
* Removed `org.glassfish.jersey.core:jersey-common:2.41`
diff --git a/pom.xml b/pom.xml
index 772d823a..da976616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -523,7 +523,7 @@
com.exasol
parquet-io-java
- 2.0.6
+ 2.0.8
org.slf4j
@@ -590,7 +590,7 @@
com.exasol
exasol-testcontainers
- 7.0.0
+ 7.0.1
test
@@ -602,7 +602,7 @@
com.exasol
hamcrest-resultset-matcher
- 1.6.3
+ 1.6.5
test