Skip to content

Commit 486dd13

Browse files
chore(deps): bump org.hamcrest:hamcrest from 2.2 to 3.0 (#754)
* 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](hamcrest/JavaHamcrest@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] <[email protected]> * docs: update CHANGELOG.md * fix: license name --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednar <[email protected]>
1 parent 1d34752 commit 486dd13

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Update dependencies:
5353
- [#725](https://github.com/influxdata/influxdb-client-java/pull/725): `assertk-jvm` to `0.28.1`
5454
- [#750](https://github.com/influxdata/influxdb-client-java/pull/750): `assertj-core` to `3.26.3`
5555
- [#737](https://github.com/influxdata/influxdb-client-java/pull/737): `junit-jupiter` to `5.10.3`
56+
- [#754](https://github.com/influxdata/influxdb-client-java/pull/754): `hamcrest` to `3.0`
5657

5758
#### Examples:
5859
- [#723](https://github.com/influxdata/influxdb-client-java/pull/723): `commons-cli ` to `1.8.0`

pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@
257257
<rule>APPROVE</rule>
258258
<value>Apache-2.0</value>
259259
</dependencyPolicy>
260+
<dependencyPolicy>
261+
<type>LICENSE_NAME</type>
262+
<rule>APPROVE</rule>
263+
<value>BSD-3-Clause</value>
264+
</dependencyPolicy>
260265
<dependencyPolicy>
261266
<type>LICENSE_URL</type>
262267
<rule>APPROVE</rule>
@@ -672,7 +677,7 @@
672677
<dependency>
673678
<groupId>org.hamcrest</groupId>
674679
<artifactId>hamcrest</artifactId>
675-
<version>2.2</version>
680+
<version>3.0</version>
676681
</dependency>
677682

678683
<dependency>

0 commit comments

Comments
 (0)