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 12, 2024
1 parent df187a9 commit e7e321a
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 @@ -63,7 +63,7 @@ dependencies {
testImplementation "org.graceframework:grace-test-support"
testImplementation "org.graceframework.plugins:scaffolding:$scaffoldingVersion"
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 @@ -2,6 +2,7 @@ projectVersion=6.1.0-SNAPSHOT
graceVersion=2023.0.1
gormVersion=2023.0.1
groovyVersion=4.0.22
bytebuddyVersion=1.14.16
cglibNodepVersion=3.2.9
jansiVersion=1.18
javaParserCoreVersion=3.26.2
Expand Down

0 comments on commit e7e321a

Please sign in to comment.