Skip to content

Commit e962a0d

Browse files
Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.15.7 (#1173)
1 parent 7e16c98 commit e962a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
7474
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
7575
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
76-
testImplementation 'net.bytebuddy:byte-buddy:1.15.5' // Mocks of classes
76+
testImplementation 'net.bytebuddy:byte-buddy:1.15.7' // Mocks of classes
7777

7878
// testcontainers (docker framework for testing)
7979
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"

0 commit comments

Comments
 (0)