Skip to content

Commit f5d79f2

Browse files
Bump byte-buddy from 1.12.21 to 1.12.22 (#719)
1 parent 72bccab commit f5d79f2

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
@@ -76,7 +76,7 @@ dependencies {
7676
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
7777
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
7878
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
79-
testImplementation 'net.bytebuddy:byte-buddy:1.12.21' // Mocks of classes
79+
testImplementation 'net.bytebuddy:byte-buddy:1.12.22' // Mocks of classes
8080

8181
// testcontainers (docker framework for testing)
8282
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"

0 commit comments

Comments
 (0)