diff --git a/README.md b/README.md
index 69e977f899..7153ccd3d0 100644
--- a/README.md
+++ b/README.md
@@ -112,9 +112,9 @@ Before contributing to this project, please take a few minutes to read our [Cont
### Java Version
-For the 1.5+ Driver Series, the source code _must_ compile on Java 8.
+For the 5.x Driver Series, the source code _must_ compile on Java 17.
-For the previous versions, the compilation requires Java 7.
+For the 4.x Driver Series, the compilation requires Java 8.
### Building
diff --git a/benchkit-backend/LICENSES.txt b/benchkit-backend/LICENSES.txt
index 8b47a8345c..836ba67225 100644
--- a/benchkit-backend/LICENSES.txt
+++ b/benchkit-backend/LICENSES.txt
@@ -4,7 +4,6 @@ libraries. For an overview of the licenses see the NOTICE.txt file.
------------------------------------------------------------------------------
Apache Software License, Version 2.0
- Byte Buddy (without dependencies)
Jackson-annotations
Jackson-core
jackson-databind
diff --git a/benchkit-backend/NOTICE.txt b/benchkit-backend/NOTICE.txt
index 2f7cc25047..d1f14e0749 100644
--- a/benchkit-backend/NOTICE.txt
+++ b/benchkit-backend/NOTICE.txt
@@ -19,7 +19,6 @@ Third-party licenses
--------------------
Apache Software License, Version 2.0
- Byte Buddy (without dependencies)
Jackson-annotations
Jackson-core
jackson-databind
diff --git a/pom.xml b/pom.xml
index 6f8de8fd71..c2262151ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,30 +36,30 @@
- 4.1.109.Final
+ 4.1.110.Final
- 2023.0.5
+ 2023.0.6
1.7.36
2.2
- 5.11.0
+ 5.12.0
5.10.2
- 7.10.1
+ 7.10.2
1.2.0
- 1.26.1
+ 1.26.2
- 1.16.1
+ 1.17.0
1.78.1
1.2.13
- 2.17.0
+ 2.17.1
1.18.32
24.0.1
- 1.12.5
+ 1.13.0
1.0.9.RELEASE
- 1.19.7
+ 1.19.8
5.18.1
diff --git a/testkit-backend/LICENSES.txt b/testkit-backend/LICENSES.txt
index 87c1178ba9..ef04ce5961 100644
--- a/testkit-backend/LICENSES.txt
+++ b/testkit-backend/LICENSES.txt
@@ -4,7 +4,6 @@ libraries. For an overview of the licenses see the NOTICE.txt file.
------------------------------------------------------------------------------
Apache Software License, Version 2.0
- Byte Buddy (without dependencies)
Jackson-annotations
Jackson-core
jackson-databind
diff --git a/testkit-backend/NOTICE.txt b/testkit-backend/NOTICE.txt
index 2cc746fcc9..e80f601d59 100644
--- a/testkit-backend/NOTICE.txt
+++ b/testkit-backend/NOTICE.txt
@@ -19,7 +19,6 @@ Third-party licenses
--------------------
Apache Software License, Version 2.0
- Byte Buddy (without dependencies)
Jackson-annotations
Jackson-core
jackson-databind