Skip to content

Commit

Permalink
Upgrade to Byte Buddy 1.14.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Sep 10, 2024
1 parent 258792d commit 3bef445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ subprojects { project->
documentation "com.github.javaparser:javaparser-core:$javaParserCoreVersion"

testImplementation "org.spockframework:spock-core:$spockVersion"
testImplementation "net.bytebuddy:byte-buddy:1.14.5"
testImplementation "net.bytebuddy:byte-buddy:$bytebuddyVersion"
testImplementation "org.objenesis:objenesis:3.2"
testImplementation "org.apache.groovy:groovy-test-junit5:${groovyVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2"
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ developers=Michael Yan
graceVersion=2023.0.1
groovyVersion=4.0.22
gormVersion=2023.0.1
bytebuddyVersion=1.14.16
jakartaAnnotationVersion=2.1.1
jakartaInjectVersion=2.0.1
jansiVersion=1.18
Expand Down

0 comments on commit 3bef445

Please sign in to comment.