diff --git a/CHANGELOG.md b/CHANGELOG.md
index 199a390b2e..cab71b968c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
## 8.1.0 [unreleased]
+### Dependencies
+
+Update dependencies:
+
+#### Build:
+- [#908](https://github.com/influxdata/influxdb-client-java/pull/908):
+ - Add dependencies:
+ - `junit-bom`
+ - `junit-platform-launcher`
+ - Upgrade dependencies:
+ - `surefire` to `3.5.5`
+ - `junit` to `5.13.4`
+
## 8.0.0 [2026-04-23]
:warning: The `spring` module now targets Spring Boot 4.x. Applications using `com.influxdb:influxdb-client-java-spring` should upgrade to Spring Boot 4.x.
diff --git a/pom.xml b/pom.xml
index 95ecb1dd5d..aa13dc1297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
2.12.1
3.1.10
- 3.5.2
+ 3.5.5
3.12.0
3.6.0
0.8.12
@@ -123,7 +123,7 @@
1.6.0
2.1.10
- 5.11.4
+ 5.13.4
1.10.2
5.0.0
@@ -133,6 +133,12 @@
com.google.code.findbugs
jsr305
+
+
+ org.junit.platform
+ junit-platform-launcher
+ test
+
@@ -663,9 +669,11 @@
- org.junit.jupiter
- junit-jupiter-engine
+ org.junit
+ junit-bom
${junit-jupiter.version}
+ pom
+ import