We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9ee7c commit 7658194Copy full SHA for 7658194
build.gradle.kts
@@ -132,7 +132,7 @@ dependencies {
132
testImplementation("org.jenkins-ci.plugins:pipeline-maven:3.10.0")
133
testImplementation("org.spockframework:spock-core:2.3-groovy-2.5")
134
testImplementation("org.spockframework:spock-junit4:2.3-groovy-2.5")
135
- testImplementation("net.bytebuddy:byte-buddy:1.15.11")
+ testImplementation("net.bytebuddy:byte-buddy:1.16.1")
136
testImplementation("org.objenesis:objenesis:3.4")
137
testImplementation(platform("io.netty:netty-bom:4.1.116.Final"))
138
0 commit comments