diff --git a/dependencies.md b/dependencies.md
index 0f3ab20..76f47da 100644
--- a/dependencies.md
+++ b/dependencies.md
@@ -59,8 +59,8 @@
| [JaCoCo :: Maven Plugin][56] | [Eclipse Public License 2.0][33] |
| [error-code-crawler-maven-plugin][57] | [MIT License][58] |
| [Reproducible Build Maven Plugin][59] | [Apache 2.0][43] |
-| [Exec Maven Plugin][60] | [Apache License 2][13] |
-| [Apache Maven Clean Plugin][61] | [Apache-2.0][13] |
+| [Apache Maven Clean Plugin][60] | [Apache-2.0][13] |
+| [Exec Maven Plugin][61] | [Apache License 2][13] |
## Extension
@@ -130,6 +130,6 @@
[57]: https://github.com/exasol/error-code-crawler-maven-plugin/
[58]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE
[59]: http://zlika.github.io/reproducible-build-maven-plugin
-[60]: https://www.mojohaus.org/exec-maven-plugin
-[61]: https://maven.apache.org/plugins/maven-clean-plugin/
+[60]: https://maven.apache.org/plugins/maven-clean-plugin/
+[61]: https://www.mojohaus.org/exec-maven-plugin
[62]: https://registry.npmjs.org/@exasol/extension-manager-interface/-/extension-manager-interface-0.4.0.tgz
diff --git a/doc/changes/changes_2.4.3.md b/doc/changes/changes_2.4.3.md
index 5be03b2..c3c83b1 100644
--- a/doc/changes/changes_2.4.3.md
+++ b/doc/changes/changes_2.4.3.md
@@ -28,6 +28,7 @@ This release adds integration tests using Exasol 8 and an extension for the Exte
#### Test Dependency Updates
+* Updated `com.exasol:exasol-testcontainers:6.6.2` to `6.6.3`
* Added `com.exasol:extension-manager-integration-test-java:0.5.5`
* Updated `com.exasol:hamcrest-resultset-matcher:1.6.1` to `1.6.2`
* Added `com.oracle.database.jdbc:ojdbc8:23.3.0.23.09`
diff --git a/pom.xml b/pom.xml
index cd71f21..f04fe89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
com.exasol
exasol-testcontainers
- 6.6.2
+ 6.6.3
test
@@ -139,10 +139,18 @@
- org.apache.maven.plugins
- maven-failsafe-plugin
+ org.sonatype.ossindex.maven
+ ossindex-maven-plugin
- false
+
+
+ CVE-2020-36641
+
+ CVE-2023-4586
+
@@ -164,6 +172,21 @@
virtual-schema-dist-${vscjdbc.version}-oracle-${project.version}
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+
+ false
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ -Duser.country=US -Duser.language=en ${argLine}
+
+
org.apache.maven.plugins
maven-dependency-plugin
@@ -184,11 +207,35 @@
- org.apache.maven.plugins
- maven-surefire-plugin
+ maven-clean-plugin
+ 3.3.2
-
- -Duser.country=US -Duser.language=en ${argLine}
+
+
+ extension/coverage
+
+ **
+
+
+
+ extension/dist
+
+ **
+
+
+
+ extension/node_modules
+
+ **
+
+
+
+ extension/src
+
+ extension-description.ts
+
+
+
@@ -250,53 +297,6 @@
-
- maven-clean-plugin
- 3.3.2
-
-
-
- extension/coverage
-
- **
-
-
-
- extension/dist
-
- **
-
-
-
- extension/node_modules
-
- **
-
-
-
- extension/src
-
- extension-description.ts
-
-
-
-
-
-
- org.sonatype.ossindex.maven
- ossindex-maven-plugin
-
-
-
- CVE-2020-36641
-
- CVE-2023-4586
-
-
-