Skip to content

Commit

Permalink
bump byte buddy version from 1.15.4 to 1.15.10
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws committed Nov 21, 2024
1 parent cfc88d8 commit 3d37f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ dependencies {
testImplementation group: 'org.json', name: 'json', version: '20240303'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
testImplementation("net.bytebuddy:byte-buddy:1.15.4")
testImplementation("net.bytebuddy:byte-buddy-agent:1.15.4")
testImplementation("net.bytebuddy:byte-buddy:1.15.10")
testImplementation("net.bytebuddy:byte-buddy-agent:1.15.10")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
Expand Down

0 comments on commit 3d37f03

Please sign in to comment.