Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy to v1.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 7230ce0 commit 484303e
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 @@ -39,7 +39,7 @@ dependencies {
testImplementation('org.spockframework:spock-junit4:2.3-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testImplementation 'net.bytebuddy:byte-buddy:1.14.8' //for Spying in Spock
testImplementation 'net.bytebuddy:byte-buddy:1.14.9' //for Spying in Spock

funcTestImplementation sourceSets.main.output //to make production plugin classes visible in functional tests (it's not in testCompile configuration)
funcTestImplementation sourceSets.test.output
Expand Down

0 comments on commit 484303e

Please sign in to comment.