Skip to content

Commit e51f2e1

Browse files
committedSep 25, 2024·
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.2
1 parent 9c9a362 commit e51f2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎graphql-java-servlet/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
// Unit testing
3535
testImplementation "org.apache.groovy:groovy-all:4.0.23"
3636
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
37-
testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.1"
37+
testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.2"
3838
testRuntimeOnly "org.objenesis:objenesis:3.4"
3939
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
4040
testImplementation "org.springframework:spring-test:6.1.13"

0 commit comments

Comments
 (0)
Please sign in to comment.