Skip to content

Commit

Permalink
Upgrade Mockito dependency (elastic#108637)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed May 14, 2024
1 parent c309c20 commit aac0884
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions client/test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies {
api "org.hamcrest:hamcrest:${versions.hamcrest}"

// mockito
api 'org.mockito:mockito-core:5.9.0'
api 'org.mockito:mockito-subclass:5.9.0'
api 'net.bytebuddy:byte-buddy:1.14.11'
api 'org.mockito:mockito-core:5.11.0'
api 'org.mockito:mockito-subclass:5.11.0'
api 'net.bytebuddy:byte-buddy:1.14.12'
api 'org.objenesis:objenesis:3.3'
}

Expand Down
16 changes: 8 additions & 8 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1579,9 +1579,9 @@
<sha256 value="1a1ac9ce65eddcea54ead958387bb0b3863d02a2ffe856ab6a57ac79737c19cf" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="net.bytebuddy" name="byte-buddy" version="1.14.11">
<artifact name="byte-buddy-1.14.11.jar">
<sha256 value="62ae28187ed2b062813da6a9d567bfee733c341582699b62dd980230729a0313" origin="Generated by Gradle"/>
<component group="net.bytebuddy" name="byte-buddy" version="1.14.12">
<artifact name="byte-buddy-1.14.12.jar">
<sha256 value="970636134d61c183b19f8f58fa631e30d2f2abca344b37848a393cac7863dd70" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="net.java.dev.jets3t" name="jets3t" version="0.9.0">
Expand Down Expand Up @@ -3671,13 +3671,13 @@
<sha256 value="f97483ba0944b9fa133aa29638764ddbeadb51ec3dbc02074c58fa2caecd07fa" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.mockito" name="mockito-core" version="5.9.0">
<artifact name="mockito-core-5.9.0.jar">
<sha256 value="bbad9185ed734965fac7e367f0e51596f69531e51d8b2cbcec1048dd6fb41f2c" origin="Generated by Gradle"/>
<component group="org.mockito" name="mockito-core" version="5.11.0">
<artifact name="mockito-core-5.11.0.jar">
<sha256 value="f076c96b1f49b8d9bc42e46b0969aaf5684c40c8b5b679d400e5d880073a0e00" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.mockito" name="mockito-subclass" version="5.9.0">
<artifact name="mockito-subclass-5.9.0.jar">
<component group="org.mockito" name="mockito-subclass" version="5.11.0">
<artifact name="mockito-subclass-5.11.0.jar">
<sha256 value="61e65116bf6178cd3a5f1cecc0d73d68395e7c175d07a7f9478650f55b36fb1d" origin="Generated by Gradle"/>
</artifact>
</component>
Expand Down
6 changes: 3 additions & 3 deletions test/framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ dependencies {
api "commons-codec:commons-codec:${versions.commonscodec}"

// mockito
api 'org.mockito:mockito-core:5.9.0'
api 'org.mockito:mockito-subclass:5.9.0'
api 'net.bytebuddy:byte-buddy:1.14.11'
api 'org.mockito:mockito-core:5.11.0'
api 'org.mockito:mockito-subclass:5.11.0'
api 'net.bytebuddy:byte-buddy:1.14.12'
api 'org.objenesis:objenesis:3.3'

api "org.elasticsearch:mocksocket:${versions.mocksocket}"
Expand Down

0 comments on commit aac0884

Please sign in to comment.