From fd303c3a3aceb4a434fd6e87724e8a1e62150be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 05:02:25 +0000 Subject: [PATCH 1/2] chore(deps): bump scalatest-maven-plugin from 2.1.0 to 2.2.0 Bumps [scalatest-maven-plugin](https://github.com/scalatest/scalatest-maven-plugin) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/scalatest/scalatest-maven-plugin/releases) - [Commits](https://github.com/scalatest/scalatest-maven-plugin/compare/release-2.1.0...release-2.2.0) --- updated-dependencies: - dependency-name: org.scalatest:scalatest-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client-scala/cross/2.12/pom.xml | 2 +- client-scala/cross/2.13/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client-scala/cross/2.12/pom.xml b/client-scala/cross/2.12/pom.xml index 796a7f695af..6558d21ae45 100644 --- a/client-scala/cross/2.12/pom.xml +++ b/client-scala/cross/2.12/pom.xml @@ -114,7 +114,7 @@ org.scalatest scalatest-maven-plugin - 2.1.0 + 2.2.0 ${project.build.directory}/surefire-reports . diff --git a/client-scala/cross/2.13/pom.xml b/client-scala/cross/2.13/pom.xml index 3f32ed37836..2ffdcdfc9da 100644 --- a/client-scala/cross/2.13/pom.xml +++ b/client-scala/cross/2.13/pom.xml @@ -114,7 +114,7 @@ org.scalatest scalatest-maven-plugin - 2.1.0 + 2.2.0 ${project.build.directory}/surefire-reports . From aaf8033aab1a8ef61aeecdf5e3c8d9378b2eed02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 18 Oct 2022 07:12:22 +0200 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c1fe42b0f..6c68c121c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Update dependencies: #### Test: - [#440](https://github.com/influxdata/influxdb-client-java/pull/440): `logback-classic` to `1.3.4` + - [#444](https://github.com/influxdata/influxdb-client-java/pull/444): `scalatest-maven-plugin` to `2.2.0` ## 6.6.0 [2022-09-29]