Skip to content

Commit b07fbe5

Browse files
committed
[Java] Upgrade to ByteBuddy 1.11.3 and Mockito 3.11.2.
1 parent c7e8cec commit b07fbe5

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
@@ -40,8 +40,8 @@ def toolchainLauncher = javaToolchains.launcherFor {
4040

4141
def checkstyleVersion = '8.39'
4242
def hamcrestVersion = '2.2'
43-
def mockitoVersion = '3.11.1'
44-
def byteBuddyVersion = '1.11.2'
43+
def mockitoVersion = '3.11.2'
44+
def byteBuddyVersion = '1.11.3'
4545
def junitVersion = '5.7.2'
4646
def jmhVersion = '1.32'
4747
def agronaVersion = '1.11.0'

0 commit comments

Comments
 (0)