Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy to v1.17.0 (#918)
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 12, 2025
1 parent 94ab8db commit 2481cef
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 @@ -409,7 +409,7 @@ dependencies {
exclude group: "net.bytebuddy", module: "byte-buddy"
exclude group: "net.bytebuddy", module: "byte-buddy-agent"
}
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.10'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.17.0'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.10'

testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.14.2'
Expand Down

0 comments on commit 2481cef

Please sign in to comment.