Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.14.17
Browse files Browse the repository at this point in the history
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
  • Loading branch information
mend-for-github-com[bot] authored Jun 21, 2024
1 parent b6c9f58 commit c97ec6f
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 @@ -151,7 +151,7 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.11.0'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
testImplementation("net.bytebuddy:byte-buddy:1.14.9")
testImplementation("net.bytebuddy:byte-buddy-agent:1.14.12")
testImplementation("net.bytebuddy:byte-buddy-agent:1.14.17")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.mockito:mockito-junit-jupiter:5.11.0'
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
Expand Down

0 comments on commit c97ec6f

Please sign in to comment.