Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy to v1.14.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent 2506626 commit 64ff2be
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.17')
testImplementation('net.bytebuddy:byte-buddy:1.14.18')
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 64ff2be

Please sign in to comment.