Skip to content

Commit 58e85bd

Browse files
authored
Merge pull request #164 from xvik/dependabot/gradle/net.bytebuddy-byte-buddy-1.17.5
Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5
2 parents 64749aa + 1013a35 commit 58e85bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation('org.spockframework:spock-core:2.3-groovy-3.0') {
3131
exclude group: 'org.codehaus.groovy'
3232
}
33-
testImplementation 'net.bytebuddy:byte-buddy:1.17.4'
33+
testImplementation 'net.bytebuddy:byte-buddy:1.17.5'
3434
testImplementation 'org.objenesis:objenesis:3.4'
3535
}
3636

0 commit comments

Comments
 (0)