Skip to content

Commit 739ff7a

Browse files
Bump net.bytebuddy:byte-buddy from 1.14.4 to 1.14.5 (#823)
1 parent 87db657 commit 739ff7a

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.9.3'
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.4' // Mocks of classes
73+
testImplementation 'net.bytebuddy:byte-buddy:1.14.5' // Mocks of classes
7474

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

0 commit comments

Comments
 (0)