Skip to content

Commit f29b785

Browse files
Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 (#861)
1 parent 97d88af commit f29b785

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
@@ -70,7 +70,7 @@ dependencies {
7070
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
7171
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
7272
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
73-
testImplementation 'net.bytebuddy:byte-buddy:1.14.5' // Mocks of classes
73+
testImplementation 'net.bytebuddy:byte-buddy:1.14.6' // Mocks of classes
7474

7575
// testcontainers (docker framework for testing)
7676
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"

0 commit comments

Comments
 (0)