Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy to v1.17.0 (#576)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 3777723 commit ac64639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dependencies {
testImplementation('org.projectlombok:lombok')
testAnnotationProcessor('org.projectlombok:lombok')

testImplementation('net.bytebuddy:byte-buddy:1.14.19')
testImplementation('net.bytebuddy:byte-buddy:1.17.0')
testImplementation('junit:junit:4.13.2')
testImplementation "org.testcontainers:testcontainers:1.19.8"
testImplementation "org.testcontainers:junit-jupiter:1.19.8"
Expand Down

0 comments on commit ac64639

Please sign in to comment.