Skip to content

Commit b410e4d

Browse files
chore(deps): bump mockito.version from 4.7.0 to 4.8.0 (#417)
* chore(deps): bump mockito.version from 4.7.0 to 4.8.0 Bumps `mockito.version` from 4.7.0 to 4.8.0. Updates `mockito-core` from 4.7.0 to 4.8.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v4.8.0) Updates `mockito-junit-jupiter` from 4.7.0 to 4.8.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v4.8.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] <[email protected]> * docs: update CHANGELOG.md Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent a357722 commit b410e4d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Update dependencies:
1414

1515
#### Test:
1616
- [#408](https://github.com/influxdata/influxdb-client-java/pull/408): `logback-classic` to `1.3.0`
17+
- [#417](https://github.com/influxdata/influxdb-client-java/pull/417): `mockito` to `4.8.0`
1718

1819
## 6.5.0 [2022-08-29]
1920

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<kotlin.version>1.7.10</kotlin.version>
125125
<junit-jupiter.version>5.9.0</junit-jupiter.version>
126126
<kotlin-coroutines.version>1.6.4</kotlin-coroutines.version>
127-
<mockito.version>4.7.0</mockito.version>
127+
<mockito.version>4.8.0</mockito.version>
128128
</properties>
129129

130130
<dependencies>

0 commit comments

Comments
 (0)