Skip to content

Commit 06c8233

Browse files
bump byte buddy version from 1.15.4 to 1.15.10 (#466)
Signed-off-by: yuye-aws <[email protected]> (cherry picked from commit 34d2005) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8a57a6a commit 06c8233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ dependencies {
147147
testImplementation group: 'org.json', name: 'json', version: '20240205'
148148
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
149149
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
150-
testImplementation("net.bytebuddy:byte-buddy:1.15.4")
151-
testImplementation("net.bytebuddy:byte-buddy-agent:1.15.4")
150+
testImplementation("net.bytebuddy:byte-buddy:1.15.10")
151+
testImplementation("net.bytebuddy:byte-buddy-agent:1.15.10")
152152
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
153153
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
154154
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"

0 commit comments

Comments
 (0)