Skip to content

Commit

Permalink
chore(deps): bump org.hamcrest:hamcrest from 2.2 to 3.0 (#754)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and bednar authored Aug 5, 2024
1 parent 1d34752 commit 486dd13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Update dependencies:
- [#725](https://github.com/influxdata/influxdb-client-java/pull/725): `assertk-jvm` to `0.28.1`
- [#750](https://github.com/influxdata/influxdb-client-java/pull/750): `assertj-core` to `3.26.3`
- [#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`
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@
<rule>APPROVE</rule>
<value>Apache-2.0</value>
</dependencyPolicy>
<dependencyPolicy>
<type>LICENSE_NAME</type>
<rule>APPROVE</rule>
<value>BSD-3-Clause</value>
</dependencyPolicy>
<dependencyPolicy>
<type>LICENSE_URL</type>
<rule>APPROVE</rule>
Expand Down Expand Up @@ -672,7 +677,7 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<version>3.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 486dd13

Please sign in to comment.