Skip to content

Commit

Permalink
Update ByteBuddy to 1.12.18 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup authored Oct 16, 2022
1 parent df21de0 commit 3cfcbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jabel-javac-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
sourceCompatibility = targetCompatibility = 8

dependencies {
implementation platform('net.bytebuddy:byte-buddy-parent:1.12.11')
implementation platform('net.bytebuddy:byte-buddy-parent:1.12.18')
implementation 'net.bytebuddy:byte-buddy'
implementation 'net.bytebuddy:byte-buddy-agent'
implementation 'net.java.dev.jna:jna:5.12.1'
Expand Down

0 comments on commit 3cfcbfd

Please sign in to comment.