Skip to content

Commit

Permalink
Update to Byte Buddy 1.12.14
Browse files Browse the repository at this point in the history
This release includes the fix for the issue with visibility checks for
types in the default package that caused
apache#22749.
  • Loading branch information
cushon committed Oct 17, 2022
1 parent 4a002be commit 31fa6c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ class BeamModulePlugin implements Plugin<Project> {
aws_java_sdk2_utils : "software.amazon.awssdk:utils:$aws_java_sdk2_version",
bigdataoss_gcsio : "com.google.cloud.bigdataoss:gcsio:$google_cloud_bigdataoss_version",
bigdataoss_util : "com.google.cloud.bigdataoss:util:$google_cloud_bigdataoss_version",
byte_buddy : "net.bytebuddy:byte-buddy:1.11.0",
byte_buddy : "net.bytebuddy:byte-buddy:1.12.14",
cassandra_driver_core : "com.datastax.cassandra:cassandra-driver-core:$cassandra_driver_version",
cassandra_driver_mapping : "com.datastax.cassandra:cassandra-driver-mapping:$cassandra_driver_version",
cdap_api : "io.cdap.cdap:cdap-api:$cdap_version",
Expand Down

0 comments on commit 31fa6c0

Please sign in to comment.