Skip to content

Commit 68b1392

Browse files
mollyibotGoogle Java Core Libraries
authored andcommitted
Upgrade the mockito version used in bazel-common.
PiperOrigin-RevId: 716712830
1 parent 169bcbd commit 68b1392

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ maven.install(
7171
"com.google.testing.compile:compile-testing:0.21.0",
7272
"net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION,
7373
"net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION,
74-
"org.mockito:mockito-core:2.28.2",
74+
"org.mockito:mockito-core:5.4.0",
7575
"org.hamcrest:hamcrest-core:1.3",
7676
"org.objenesis:objenesis:1.0",
7777
"com.google.truth:truth:" + TRUTH_VERSION,

maven_install.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": 803382931,
4-
"__RESOLVED_ARTIFACTS_HASH": -1931434603,
3+
"__INPUT_ARTIFACTS_HASH": -1632416424,
4+
"__RESOLVED_ARTIFACTS_HASH": -2136706844,
55
"conflict_resolution": {
66
"com.google.auto.value:auto-value-annotations:1.10.4": "com.google.auto.value:auto-value-annotations:1.11.0",
77
"com.google.code.findbugs:jsr305:3.0.1": "com.google.code.findbugs:jsr305:3.0.2",
@@ -17,7 +17,7 @@
1717
"org.codehaus.plexus:plexus-utils:3.0.20": "org.codehaus.plexus:plexus-utils:3.0.22",
1818
"org.eclipse.sisu:org.eclipse.sisu.inject:0.3.0": "org.eclipse.sisu:org.eclipse.sisu.inject:0.3.2",
1919
"org.eclipse.sisu:org.eclipse.sisu.plexus:0.3.0": "org.eclipse.sisu:org.eclipse.sisu.plexus:0.3.2",
20-
"org.objenesis:objenesis:1.0": "org.objenesis:objenesis:2.6",
20+
"org.objenesis:objenesis:1.0": "org.objenesis:objenesis:3.3",
2121
"org.ow2.asm:asm:9.6": "org.ow2.asm:asm:9.7"
2222
},
2323
"artifacts": {
@@ -911,15 +911,15 @@
911911
},
912912
"org.mockito:mockito-core": {
913913
"shasums": {
914-
"jar": "b0af36fed3a6c2147c0cd9028a1d814fd4f4e8196c539f2befddb61ca6ec9e27"
914+
"jar": "b1689b06617ea01fd777bfaedbdde512faf083d639a049f79b388d5a4e96d2e5"
915915
},
916-
"version": "2.28.2"
916+
"version": "5.4.0"
917917
},
918918
"org.objenesis:objenesis": {
919919
"shasums": {
920-
"jar": "5e168368fbc250af3c79aa5fef0c3467a2d64e5a7bd74005f25d8399aeb0708d"
920+
"jar": "02dfd0b0439a5591e35b708ed2f5474eb0948f53abf74637e959b8e4ef69bfeb"
921921
},
922-
"version": "2.6"
922+
"version": "3.3"
923923
},
924924
"org.ow2.asm:asm": {
925925
"shasums": {
@@ -2976,6 +2976,7 @@
29762976
"org.mockito.internal.creation",
29772977
"org.mockito.internal.creation.bytebuddy",
29782978
"org.mockito.internal.creation.instance",
2979+
"org.mockito.internal.creation.proxy",
29792980
"org.mockito.internal.creation.settings",
29802981
"org.mockito.internal.creation.util",
29812982
"org.mockito.internal.debugging",
@@ -2989,7 +2990,6 @@
29892990
"org.mockito.internal.invocation.finder",
29902991
"org.mockito.internal.invocation.mockref",
29912992
"org.mockito.internal.junit",
2992-
"org.mockito.internal.junit.util",
29932993
"org.mockito.internal.listeners",
29942994
"org.mockito.internal.matchers",
29952995
"org.mockito.internal.matchers.apachecommons",
@@ -3017,7 +3017,6 @@
30173017
"org.mockito.mock",
30183018
"org.mockito.plugins",
30193019
"org.mockito.quality",
3020-
"org.mockito.runners",
30213020
"org.mockito.session",
30223021
"org.mockito.stubbing",
30233022
"org.mockito.verification"

0 commit comments

Comments
 (0)