Skip to content

Commit cc6b260

Browse files
Merge pull request #1453 from ie3-institute/dependabot/gradle/dev/net.bytebuddy-byte-buddy-1.17.8
Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8
2 parents b110631 + e0c3d9c commit cc6b260

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
@@ -82,7 +82,7 @@ dependencies {
8282
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
8383
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
8484
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
85-
testImplementation 'net.bytebuddy:byte-buddy:1.17.7' // Mocks of classes
85+
testImplementation 'net.bytebuddy:byte-buddy:1.17.8' // Mocks of classes
8686

8787
// testcontainers (docker framework for testing)
8888
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"

0 commit comments

Comments
 (0)