Skip to content

Commit 0b999c3

Browse files
authored
Upgrade bytebuddy to latest version with Java 19 support (#85881)
1 parent e307f32 commit 0b999c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build-tools-internal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ dependencies {
257257
integTestImplementation("org.junit.jupiter:junit-jupiter") {
258258
because 'allows to write and run Jupiter tests'
259259
}
260-
integTestImplementation("net.bytebuddy:byte-buddy:1.11.0") {
260+
integTestImplementation("net.bytebuddy:byte-buddy:1.12.9") {
261261
because 'Generating dynamic mocks of internal libraries like JdkJarHell'
262262
}
263263
testRuntimeOnly("org.junit.vintage:junit-vintage-engine") {

client/test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies {
2525
api "org.hamcrest:hamcrest:${versions.hamcrest}"
2626

2727
// mockito
28-
api 'org.mockito:mockito-core:4.0.0'
29-
api 'net.bytebuddy:byte-buddy:1.11.19'
28+
api 'org.mockito:mockito-core:4.4.0'
29+
api 'net.bytebuddy:byte-buddy:1.12.9'
3030
api 'org.objenesis:objenesis:3.2'
3131
}
3232

test/framework/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies {
2525
api "commons-codec:commons-codec:${versions.commonscodec}"
2626

2727
// mockito
28-
api 'org.mockito:mockito-core:4.0.0'
29-
api 'net.bytebuddy:byte-buddy:1.11.19'
28+
api 'org.mockito:mockito-core:4.4.0'
29+
api 'net.bytebuddy:byte-buddy:1.12.9'
3030
api 'org.objenesis:objenesis:3.2'
3131

3232
api "org.elasticsearch:mocksocket:${versions.mocksocket}"

0 commit comments

Comments
 (0)