Skip to content

Commit bf516e6

Browse files
dependabot[bot]lfit.gh2gerrit
authored andcommitted
Chore(deps): Bump org.mockito:mockito-core from 3.5.11 to 5.21.0
Bumps org.mockito:mockito-core from 3.5.11 to 5.21.0. ## Release notes Sourced from org.mockito:mockito-core's releases. 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 &quot;has following stubbing(s) with different arguments&quot; 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 ... (truncated) ## Commits 09d2230 Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 (#3768) df3e0cc Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#3767) 04a6e9f Bump actions/checkout from 5 to 6 (#3765) 756a3cf Add description of matchers to potential mismatch (#3760) 58ba445 Forbid mocking WeakReference with inline mock maker (#3759) 966d600 Bump actions/upload-artifact from 4 to 5 (#3756) 632bf7b Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 (#3755) 8564b43 Fix primitives support in GenericArrayReturnType for Android (#3753) bf3a809 Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 (#3744) cffddd4 Bump gradle/actions from 4 to 5 (#3743) Additional commits viewable in compare view ![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) GitHub2Gerrit Metadata: Mode: squash Topic: GH-lfit-sandbox-32 Digest: a5efc8636536 Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: lfit.gh2gerrit <releng+lfit-gh2gerrit@linuxfoundation.org> Change-Id: I3bfa95609ea2ffabc78ceb3cf4e6462577b42b04 GitHub-PR: #32 GitHub-Hash: 260175da3435880a
1 parent 5a4e4b6 commit bf516e6

File tree

1 file changed

+1
-1
lines changed
  • features/sdnr/odlux/helpserver/provider

1 file changed

+1
-1
lines changed

features/sdnr/odlux/helpserver/provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.mockito</groupId>
7474
<artifactId>mockito-core</artifactId>
75-
<version>3.5.11</version>
75+
<version>5.21.0</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>

0 commit comments

Comments
 (0)