Java
Java copied to clipboard
Bump org.mockito:mockito-core from 5.14.1 to 5.14.2
Bumps org.mockito:mockito-core from 5.14.1 to 5.14.2.
Release notes
Sourced from org.mockito:mockito-core's releases.
v5.14.2
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.2
- 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot]
- Fix #3466 nexus publishing configuration [(#3470)](mockito/mockito#3470)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 [(#3468)](mockito/mockito#3468)
- Bump bytebuddy from 1.15.3 to 1.15.4 [(#3467)](mockito/mockito#3467)
- Missing 5.14.2 release [(#3466)](mockito/mockito#3466)
- chore: Tests whether JVM warnings / messages on dynamic attach [(#3462)](mockito/mockito#3462)
- Bump junit-jupiter from 5.11.1 to 5.11.2 [(#3461)](mockito/mockito#3461)
- Renames extension modules with
mockito-prefix [(#3460)](mockito/mockito#3460)- Avoid attach warning if Byte Buddy is configured for command-line attach. [(#3459)](mockito/mockito#3459)
- Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 [(#3458)](mockito/mockito#3458)
- Bump junit-jupiter from 5.11.0 to 5.11.1 [(#3455)](mockito/mockito#3455)
- Move root project to dedicated core folder [(#3444)](mockito/mockito#3444)
- Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 [(#3136)](mockito/mockito#3136)
Commits
7834859UpdatenexusPublishingto use project.group(#3470)297d147Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#3468)6a72b10Bump bytebuddy from 1.15.3 to 1.15.4 (#3467)68ca2f8Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#3136)147c599Bump junit-jupiter from 5.11.1 to 5.11.2 (#3461)9942641Avoid attach warning if Byte Buddy is configured for command-line attach. (#3...560d855Removes deprecated and now unused gradle/root/gradle-fix.gradle1c0b04bRename extension modules with mockito- prefix (#3460)ab32438Move core sources tomockito-core61dcd83Switch gradleEnterprise to develocity- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.80%. Comparing base (
33dee07) to head (7ae1ece).
Additional details and impacted files
@@ Coverage Diff @@
## master #5856 +/- ##
============================================
- Coverage 66.81% 66.80% -0.02%
Complexity 4501 4501
============================================
Files 611 611
Lines 16958 16958
Branches 3275 3275
============================================
- Hits 11330 11328 -2
- Misses 5181 5182 +1
- Partials 447 448 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.