Skip to content

Commit

Permalink
Fix build dep for byte-buddy
Browse files Browse the repository at this point in the history
Fix byte-buddy vesrion for build
  • Loading branch information
willyborankin committed Mar 18, 2024
1 parent d526c9f commit d942b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ configurations {
force "com.google.errorprone:error_prone_annotations:2.25.0"
force "org.checkerframework:checker-qual:3.42.0"
force "ch.qos.logback:logback-classic:1.5.3"
force "net.bytebuddy:byte-buddy:1.14.9"
}
}

Expand Down

0 comments on commit d942b5e

Please sign in to comment.