fix(deps): update all dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| org.apache.maven.plugins:maven-surefire-plugin (source) |
3.5.3 -> 3.5.4
|
||
| org.sonatype.central:central-publishing-maven-plugin (source) |
0.8.0 -> 0.9.0
|
||
| org.apache.maven.plugins:maven-source-plugin (source) |
3.3.1 -> 3.4.0
|
||
| org.apache.maven.plugins:maven-javadoc-plugin (source) |
3.11.2 -> 3.12.0
|
||
| com.diffplug.spotless:spotless-maven-plugin |
2.44.5 -> 2.46.1
|
||
| org.mockito:mockito-junit-jupiter |
5.18.0 -> 5.21.0
|
||
| org.mockito:mockito-core |
5.18.0 -> 5.21.0
|
||
| org.junit.jupiter:junit-jupiter (source) |
5.13.4 -> 5.14.1
|
||
| com.nimbusds:nimbus-jose-jwt |
10.4 -> 10.6
|
||
| org.bouncycastle:bcprov-jdk18on (source) |
1.81 -> 1.83
|
||
| org.bouncycastle:bcpkix-jdk18on (source) |
1.81 -> 1.83
|
Release Notes
mockito/mockito (org.mockito:mockito-junit-jupiter)
v5.21.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.21.0
- 2025-12-09 - 17 commit(s) by Giulio Longfils, Joshua Selbo, Woongi9, Zylox, dependabot[bot]
- Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 (#3768)
- Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#3767)
- Bump actions/checkout from 5 to 6 (#3765)
- Adds output of matchers to potential mismatch; Fixes #2468 (#3760)
- Forbid mocking WeakReference with inline mock maker (#3759)
- StackOverflowError when mocking WeakReference (#3758)
- Bump actions/upload-artifact from 4 to 5 (#3756)
- Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 (#3755)
- Support primitives in GenericArrayReturnType. (#3753)
- ClassNotFoundException when stubbing array of primitive type on Android (#3752)
- Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 (#3744)
- Bump gradle/actions from 4 to 5 (#3743)
- Bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1 (#3738)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.2.1 to 8.0.0 (#3735)
- Bump graalvm/setup-graalvm from 1.3.7 to 1.4.0 (#3734)
- Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#3733)
- Bump errorprone from 2.41.0 to 2.42.0 (#3732)
- Feat: automatically detect class to mock in mockStatic and mockConstruction (#3731)
- Return completed futures for unstubbed Future/CompletionStage in ReturnsEmptyValues (#3727)
- automatically detect class to mock (#2779)
- Incorrect "has following stubbing(s) with different arguments" message when using Argument Matchers (#2468)
v5.20.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.20.0
- 2025-09-20 - 11 commit(s) by Adrian-Kim, Giulio Longfils, Rafael Winterhalter, dependabot[bot]
- Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#3730)
- Introducing the Ability to Mock Construction of Generic Types (#2401) (#3729)
- Bump com.gradle.develocity from 4.1.1 to 4.2 (#3726)
- Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 (#3725)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200 (#3720)
- Bump graalvm/setup-graalvm from 1.3.5 to 1.3.6 (#3719)
- Bump actions/setup-java from 4 to 5 (#3715)
- Bump com.gradle.develocity from 4.1 to 4.1.1 (#3713)
- Bump bytebuddy from 1.17.6 to 1.17.7 (#3712)
- test: Use Assume.assumeThat for SequencedCollection tests (#3711)
- Fix #3709 (#3710)
- feat: Add support for JDK21 Sequenced Collections. (#3708)
- Introducing the Ability to Mock Construction of Generic Types (#2401)
v5.19.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.19.0
- 2025-08-15 - 37 commit(s) by Adrian-Kim, Tim van der Lippe, Tran Ngoc Nhan, dependabot[bot], juyeop
- feat: Add support for JDK21 Sequenced Collections. (#3708)
- Bump actions/checkout from 4 to 5 (#3707)
- build: Allow overriding 'Created-By' for reproducible builds (#3704)
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#3703)
- Bump androidx.test:runner from 1.6.2 to 1.7.0 (#3697)
- Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 (#3694)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 (#3693)
- Bump junit-jupiter from 5.13.3 to 5.13.4 (#3691)
- Bump com.gradle.develocity from 4.0.2 to 4.1 (#3689)
- Bump com.google.googlejavaformat:google-java-format from 1.27.0 to 1.28.0 (#3688)
- Bump com.google.googlejavaformat:google-java-format from 1.25.2 to 1.27.0 (#3686)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.4 to 7.1.0 (#3685)
- Bump junit-jupiter from 5.13.2 to 5.13.3 (#3684)
- Bump org.shipkit:shipkit-auto-version from 2.1.0 to 2.1.2 (#3683)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.4 (#3682)
- Only run release after both Java and Android tests have finished (#3681)
- Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.3 (#3680)
- Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 (#3679)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.23.0 to 3.23.100 (#3678)
- Can no longer publish snapshot releases (#3677)
- Update Gradle to 8.14.2 (#3676)
- Bump errorprone from 2.23.0 to 2.39.0 (#3674)
- Correct Junit docs link (#3672)
- Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.1.0 to 4.3.0 (#3670)
- Bump junit-jupiter from 5.13.1 to 5.13.2 (#3669)
- Bump bytebuddy from 1.17.5 to 1.17.6 (#3668)
- Bump junit-jupiter from 5.12.2 to 5.13.1 (#3666)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.21 to 2.2.0 (#3665)
- Bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.0 (#3661)
- Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.12.2 (#3660)
- Add JDK21 sequenced collections for ReturnsEmptyValues (#3659)
- Bump com.gradle.develocity from 3.19.1 to 4.0.2 (#3658)
- Bump ru.vyarus:gradle-animalsniffer-plugin from 1.7.2 to 2.0.1 (#3657)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.22.0 to 3.23.0 (#3656)
- Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 (#3655)
- Bump junit-jupiter from 5.11.4 to 5.12.2 (#3653)
- Reproducible Build: need to inject JDK distribution details to rebuild (#3563)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot FIT-Connect