Skip to content

Commit

Permalink
Merge pull request #95 from xvik/dependabot/gradle/net.bytebuddy-byte…
Browse files Browse the repository at this point in the history
…-buddy-1.14.6

Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6
  • Loading branch information
xvik authored Aug 15, 2023
2 parents 0cf0368 + 883b247 commit d78a09b
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.5'
testImplementation 'net.bytebuddy:byte-buddy:1.14.6'
testImplementation 'org.objenesis:objenesis:3.3'
}

Expand Down

0 comments on commit d78a09b

Please sign in to comment.