Skip to content

Commit

Permalink
chore(deps-dev): bump mockito-junit-jupiter from 5.3.1 to 5.4.0 (#283)
Browse files Browse the repository at this point in the history
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from
5.3.1 to 5.4.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.3.1...v5.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent c7d20c0 commit 675b557
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<!-- Tests -->
<junit-jupiter-engine.version>5.9.3</junit-jupiter-engine.version>
<assertj-core.version>3.24.2</assertj-core.version>
<mockito-core.version>5.3.1</mockito-core.version>
<mockito-core.version>5.4.0</mockito-core.version>
<logback-classic.version>1.2.11</logback-classic.version>
<testcontainers.version>1.18.3</testcontainers.version>
<awaitility.version>4.2.0</awaitility.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ void log_should_be_configured(LogContentLevel logContentLevel) {
void trust_all_certs_should_be_configured() {
// Given
clientBuilder.disableCertificateCheck(true);
clientBuilder = spy(clientBuilder);

// When
clientBuilder.addTrustAllCertificateManagerIfNeeded(new OkHttpClient.Builder());
Expand Down

0 comments on commit 675b557

Please sign in to comment.