Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and federicorispo committed Feb 16, 2024
1 parent debca8e commit 5c1667f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-java-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
// Unit testing
testImplementation "org.apache.groovy:groovy-all:4.0.18"
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.11"
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.12"
testRuntimeOnly "org.objenesis:objenesis:3.3"
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
testImplementation "org.springframework:spring-test:6.1.4"
Expand Down

0 comments on commit 5c1667f

Please sign in to comment.