From a4ed1b38cf647fd7c3e898ee97bc88752ac7adc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:30:17 +0000 Subject: [PATCH 1/3] chore(deps): bump org.hamcrest:hamcrest from 2.2 to 3.0 Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](https://github.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ab221a03dc..e8c445a4eb 100644 --- a/pom.xml +++ b/pom.xml @@ -672,7 +672,7 @@ org.hamcrest hamcrest - 2.2 + 3.0 From e3df03ff773659f1ad3794e7ca28c387692078a5 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Mon, 5 Aug 2024 13:03:52 +0200 Subject: [PATCH 2/3] docs: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 099b2b760e..eec1219c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ Update dependencies: - [#724](https://github.com/influxdata/influxdb-client-java/pull/724): `assertj` to `3.26.0` - [#725](https://github.com/influxdata/influxdb-client-java/pull/725): `assertk-jvm` to `0.28.1` - [#737](https://github.com/influxdata/influxdb-client-java/pull/737): `junit-jupiter` to `5.10.3` + - [#754](https://github.com/influxdata/influxdb-client-java/pull/754): `hamcrest` to `3.0` #### Examples: - [#723](https://github.com/influxdata/influxdb-client-java/pull/723): `commons-cli ` to `1.8.0` From c857de428d1ebe82dd74b1fa16f88eead0adba11 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Mon, 5 Aug 2024 13:04:02 +0200 Subject: [PATCH 3/3] fix: license name --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index e8c445a4eb..39df9d06e6 100644 --- a/pom.xml +++ b/pom.xml @@ -257,6 +257,11 @@ APPROVE Apache-2.0 + + LICENSE_NAME + APPROVE + BSD-3-Clause + LICENSE_URL APPROVE