Skip to content

Commit

Permalink
Merge pull request #114 from xvik/dependabot/gradle/net.bytebuddy-byt…
Browse files Browse the repository at this point in the history
…e-buddy-1.14.12

Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12
  • Loading branch information
xvik authored Feb 17, 2024
2 parents 0fbca6b + 31a9cc7 commit 7eb2b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
testImplementation('org.spockframework:spock-core:2.0-groovy-2.5') {
exclude group: 'org.codehaus.groovy'
}
testImplementation 'net.bytebuddy:byte-buddy:1.14.11'
testImplementation 'net.bytebuddy:byte-buddy:1.14.12'
testImplementation 'org.objenesis:objenesis:3.3'
}

Expand Down

0 comments on commit 7eb2b6e

Please sign in to comment.