Skip to content

Commit

Permalink
Upgrade bytebuddy to latest version with Java 19 support (#85881) (#8…
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira authored Apr 14, 2022
1 parent 3eb5c9d commit a3e4313
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-tools-internal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ dependencies {
integTestImplementation("org.junit.jupiter:junit-jupiter") {
because 'allows to write and run Jupiter tests'
}
integTestImplementation("net.bytebuddy:byte-buddy:1.11.0") {
integTestImplementation("net.bytebuddy:byte-buddy:1.12.9") {
because 'Generating dynamic mocks of internal libraries like JdkJarHell'
}
testRuntimeOnly("org.junit.vintage:junit-vintage-engine") {
Expand Down
4 changes: 2 additions & 2 deletions client/test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
api "org.hamcrest:hamcrest:${versions.hamcrest}"

// mockito
api 'org.mockito:mockito-core:4.0.0'
api 'net.bytebuddy:byte-buddy:1.11.19'
api 'org.mockito:mockito-core:4.4.0'
api 'net.bytebuddy:byte-buddy:1.12.9'
api 'org.objenesis:objenesis:3.2'
}

Expand Down
4 changes: 2 additions & 2 deletions test/framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {
api "commons-codec:commons-codec:${versions.commonscodec}"

// mockito
api 'org.mockito:mockito-core:4.0.0'
api 'net.bytebuddy:byte-buddy:1.11.19'
api 'org.mockito:mockito-core:4.4.0'
api 'net.bytebuddy:byte-buddy:1.12.9'
api 'org.objenesis:objenesis:3.2'

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

0 comments on commit a3e4313

Please sign in to comment.