Skip to content

Commit

Permalink
chore(deps): bump mockito.version from 4.8.1 to 4.9.0 (#467)
Browse files Browse the repository at this point in the history
* chore(deps): bump mockito.version from 4.8.1 to 4.9.0

Bumps `mockito.version` from 4.8.1 to 4.9.0.

Updates `mockito-core` from 4.8.1 to 4.9.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.8.1...v4.9.0)

Updates `mockito-junit-jupiter` from 4.8.1 to 4.9.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.8.1...v4.9.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: update CHANGELOG.md

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
  • Loading branch information
dependabot[bot] and bednar authored Nov 15, 2022
1 parent f4f52a8 commit 953fd2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Update dependencies:
- [#464](https://github.com/influxdata/influxdb-client-java/pull/464): `micrometer-registry-influx` to `1.10.0`
- [#466](https://github.com/influxdata/influxdb-client-java/pull/466): `kotlin` to `1.7.21`

#### Test:
- [#467](https://github.com/influxdata/influxdb-client-java/pull/467): `mockito` to `4.9.0`

## 6.7.0 [2022-11-03]

### Features
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<kotlin.version>1.7.21</kotlin.version>
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<kotlin-coroutines.version>1.6.4</kotlin-coroutines.version>
<mockito.version>4.8.1</mockito.version>
<mockito.version>4.9.0</mockito.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 953fd2d

Please sign in to comment.