Skip to content

Commit 1665640

Browse files
committed
Update dependency net.bytebuddy:byte-buddy to v1.14.19
1 parent 47536aa commit 1665640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ dependencies {
463463
exclude group: "net.bytebuddy", module: "byte-buddy"
464464
exclude group: "net.bytebuddy", module: "byte-buddy-agent"
465465
}
466-
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.18'
466+
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.19'
467467
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.14.19'
468468
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
469469
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.3.1'

0 commit comments

Comments
 (0)