Skip to content

Commit

Permalink
test(deps): update dependency org.mockito:mockito-junit-jupiter to v5…
Browse files Browse the repository at this point in the history
….14.0 (#75)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.mockito:mockito-junit-jupiter](https://redirect.github.com/mockito/mockito)
| `5.13.0` -> `5.14.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.mockito:mockito-junit-jupiter/5.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.mockito:mockito-junit-jupiter/5.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.mockito:mockito-junit-jupiter/5.13.0/5.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.mockito:mockito-junit-jupiter/5.13.0/5.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mockito/mockito (org.mockito:mockito-junit-jupiter)</summary>

###
[`v5.14.0`](https://redirect.github.com/mockito/mockito/releases/tag/v5.14.0)

#### What's Changed

- Bump bytebuddy from 1.15.0 to 1.15.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mockito/mockito/pull/3434](https://redirect.github.com/mockito/mockito/pull/3434)
- Bump com.gradle.enterprise from 3.18 to 3.18.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mockito/mockito/pull/3439](https://redirect.github.com/mockito/mockito/pull/3439)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mockito/mockito/pull/3440](https://redirect.github.com/mockito/mockito/pull/3440)
- Allow for installing a Java agent within the Mockito jar, without
exposing Byte Buddy's attach mechanism. by
[@&#8203;raphw](https://redirect.github.com/raphw) in
[https://github.com/mockito/mockito/pull/3437](https://redirect.github.com/mockito/mockito/pull/3437)
- Bump bytebuddy from 1.15.1 to 1.15.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mockito/mockito/pull/3450](https://redirect.github.com/mockito/mockito/pull/3450)
- Split subprojects by
[@&#8203;bric3](https://redirect.github.com/bric3) in
[https://github.com/mockito/mockito/pull/3447](https://redirect.github.com/mockito/mockito/pull/3447)
- Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mockito/mockito/pull/3451](https://redirect.github.com/mockito/mockito/pull/3451)
- Update Documentation of ArgumentCaptor.java by
[@&#8203;Ali-Hassan33](https://redirect.github.com/Ali-Hassan33) in
[https://github.com/mockito/mockito/pull/3448](https://redirect.github.com/mockito/mockito/pull/3448)
- Fixes
[#&#8203;3419](https://redirect.github.com/mockito/mockito/issues/3419):
Disable mocks with an error message by
[@&#8203;dsaff](https://redirect.github.com/dsaff) in
[https://github.com/mockito/mockito/pull/3424](https://redirect.github.com/mockito/mockito/pull/3424)

#### New Contributors

- [@&#8203;Ali-Hassan33](https://redirect.github.com/Ali-Hassan33) made
their first contribution in
[https://github.com/mockito/mockito/pull/3448](https://redirect.github.com/mockito/mockito/pull/3448)
- [@&#8203;dsaff](https://redirect.github.com/dsaff) made their first
contribution in
[https://github.com/mockito/mockito/pull/3424](https://redirect.github.com/mockito/mockito/pull/3424)

**Full Changelog**:
mockito/mockito@v5.13.0...v5.14.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Hapag-Lloyd/json-logic-rule-maker).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 64bb49d commit 13079ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.13.0</version>
<version>5.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 13079ec

Please sign in to comment.