Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy-agent to v1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 10, 2024
1 parent 198de08 commit 2fc4a9e
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 @@ -459,7 +459,7 @@ dependencies {
exclude group: "net.bytebuddy", module: "byte-buddy-agent"
}
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.4'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.3'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.15.4'
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.11.0'

Expand Down

0 comments on commit 2fc4a9e

Please sign in to comment.