Skip to content

Commit def67ed

Browse files
authored
Merge pull request #186 from xvik/dependabot/gradle/net.bytebuddy-byte-buddy-1.18.4
Bump net.bytebuddy:byte-buddy from 1.18.3 to 1.18.4
2 parents bb9f508 + 210ab21 commit def67ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation('org.spockframework:spock-core:2.4-M6-groovy-3.0') {
3131
exclude group: 'org.codehaus.groovy'
3232
}
33-
testImplementation 'net.bytebuddy:byte-buddy:1.18.3'
33+
testImplementation 'net.bytebuddy:byte-buddy:1.18.4'
3434
testImplementation 'org.objenesis:objenesis:3.4'
3535

3636
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)