kennknowles commented on a change in pull request #17028:
URL: https://github.com/apache/beam/pull/17028#discussion_r823926434
##########
File path: vendor/bytebuddy-1_12_8/build.gradle.kts
##########
@@ -28,12 +28,12 @@ vendorJava(
mapOf(
"dependencies" to listOf("net.bytebuddy:byte-buddy:1.11.0"),
"relocations" to mapOf(
- "net.bytebuddy" to
"org.apache.beam.vendor.bytebuddy.v1_11_0.net.bytebuddy"),
+ "net.bytebuddy" to
"org.apache.beam.vendor.bytebuddy.v1_12_8.net.bytebuddy"),
Review comment:
Lines 21 (`description` field) and line 29 (the actual bytebuddy version
that gets downloaded and re-namespaced) each need an update
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]