From fcb49592eeee66f67fbfa80a5c04add4749d5682 Mon Sep 17 00:00:00 2001 From: NguyenHoangSon96 Date: Tue, 5 May 2026 16:56:13 +0700 Subject: [PATCH 1/2] chore: upgrade dependencies --- CHANGELOG.md | 13 +++++++++++++ pom.xml | 16 ++++++++++++---- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 199a390b2ee..3d5cb11ad27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ## 8.1.0 [unreleased] +### Dependencies + +Update dependencies: + +#### Build: +1. [#908](https://github.com/influxdata/influxdb-client-java/pull/908): + 1. Add dependencies: + - `junit-bom` + - `junit-platform-launcher` + 2. 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 95ecb1dd5d6..aa13dc12970 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 From 847936831131882c53840eb203d7afc049ef87da Mon Sep 17 00:00:00 2001 From: NguyenHoangSon96 Date: Wed, 6 May 2026 18:23:24 +0700 Subject: [PATCH 2/2] chore: CHANGELOG.md --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5cb11ad27..cab71b968cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,13 @@ Update dependencies: #### Build: -1. [#908](https://github.com/influxdata/influxdb-client-java/pull/908): - 1. Add dependencies: - - `junit-bom` - - `junit-platform-launcher` - 2. Upgrade dependencies: - - `surefire` to `3.5.5` - - `junit` to `5.13.4` +- [#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]