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 Aug 25, 2022
1 parent a58f3d2 commit 3c25685
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 3c25685

Please sign in to comment.