Skip to content

Commit

Permalink
Update ByteBuddy to ensure support for latest Java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FeldrinH committed Mar 12, 2024
1 parent 277b5f5 commit dcbb4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ repositories {
}

dependencies {
implementation("net.bytebuddy:byte-buddy:1.14.4")
implementation("net.bytebuddy:byte-buddy-agent:1.14.4")
implementation("net.bytebuddy:byte-buddy:1.14.12")
implementation("net.bytebuddy:byte-buddy-agent:1.14.12")
implementation("org.graphstream:gs-core:2.0")
implementation("org.graphstream:gs-ui-swing:2.0")
// implementation("net.java.dev.jna:jna:5.12.1")
Expand Down

0 comments on commit dcbb4d2

Please sign in to comment.