From 6e1072757f4b3d2fbbfe1645f4457e3a60abacdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 07:46:08 +0000 Subject: [PATCH 1/2] chore(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.3 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.3. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.3) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe2ccc92ef..5b9ed4f79d 100644 --- a/pom.xml +++ b/pom.xml @@ -702,7 +702,7 @@ org.assertj assertj-core - 3.24.2 + 3.25.3 From 1d83d8b0818f7b9b65ac7afd0510a709b19e37aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 6 Feb 2024 08:47:54 +0100 Subject: [PATCH 2/2] docs: Update CHANGELOG.md [skip CI] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5195cb2a..f2d8ecc244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Update dependencies: - [#682](https://github.com/influxdata/influxdb-client-java/pull/682): `maven-checkstyle-plugin` to `3.3.1` #### Test: - - + - [#683](https://github.com/influxdata/influxdb-client-java/pull/683): `assertj` to `3.25.3` ## 7.0.0 [2024-01-30]