Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy to v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent b91610b commit 5ba543a
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.15.1')
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 5ba543a

Please sign in to comment.