diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md
index 8872a21..1676ebf 100644
--- a/doc/changes/changelog.md
+++ b/doc/changes/changelog.md
@@ -1,5 +1,6 @@
# Changes
+* [0.6.7](changes_0.6.7.md)
* [0.6.6](changes_0.6.6.md)
* [0.6.5](changes_0.6.5.md)
* [0.6.4](changes_0.6.4.md)
diff --git a/doc/changes/changes_0.6.7.md b/doc/changes/changes_0.6.7.md
new file mode 100644
index 0000000..cf971c7
--- /dev/null
+++ b/doc/changes/changes_0.6.7.md
@@ -0,0 +1,23 @@
+# Udf Debugging Java 0.6.7, released 2022-12-22
+
+Code name: Dependency Upgrade
+
+## Summary
+
+Updated dependencies after breaking changes in interface of bucketfs-java to re-enable compatibility with newer versions of bucketfs-java used by other libraries, e.g. exasol-testcontainers.
+
+## Changes
+
+* #46: Updated dependencies
+
+## Dependency Updates
+
+### Compile Dependency Updates
+
+* Updated `com.exasol:bucketfs-java:2.4.1` to `2.6.0`
+* Updated `org.slf4j:slf4j-api:2.0.4` to `2.0.6`
+
+### Test Dependency Updates
+
+* Updated `com.exasol:exasol-testcontainers:6.3.1` to `6.4.1`
+* Updated `org.mockito:mockito-junit-jupiter:4.9.0` to `4.10.0`
diff --git a/pk_generated_parent.pom b/pk_generated_parent.pom
index f851b3b..37b33db 100644
--- a/pk_generated_parent.pom
+++ b/pk_generated_parent.pom
@@ -3,7 +3,7 @@
4.0.0
com.exasol
udf-debugging-java-generated-parent
- 0.6.6
+ 0.6.7
pom
UTF-8
diff --git a/pom.xml b/pom.xml
index f669c12..e203443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
udf-debugging-java
- 0.6.6
+ 0.6.7
udf-debugging-java
Utilities for debugging, profiling and code coverage measure for UDFs.
https://github.com/exasol/udf-debugging-java/
@@ -74,12 +74,12 @@
com.exasol
bucketfs-java
- 2.4.1
+ 2.6.0
com.exasol
exasol-test-setup-abstraction-java
- 1.0.0
+ 1.1.1
@@ -93,7 +93,7 @@
org.slf4j
slf4j-api
- 2.0.4
+ 2.0.6
@@ -111,7 +111,7 @@
org.mockito
mockito-junit-jupiter
- 4.9.0
+ 4.10.0
test
@@ -124,7 +124,7 @@
com.exasol
exasol-testcontainers
- 6.3.1
+ 6.4.1
test
@@ -181,9 +181,8 @@
org.sonatype.ossindex.maven
ossindex-maven-plugin
-
+
sonatype-2020-0026
@@ -195,7 +194,7 @@
udf-debugging-java-generated-parent
com.exasol
- 0.6.6
+ 0.6.7
pk_generated_parent.pom
diff --git a/release_config.yml b/release_config.yml
index 44dac34..473c219 100644
--- a/release_config.yml
+++ b/release_config.yml
@@ -1,3 +1,4 @@
release-platforms:
- GitHub
- Maven
+language: Java