Skip to content

Commit 100cb64

Browse files
committed
[Java] Upgrade to Version 0.43.0 and Mockito 4.8.1.
1 parent bb19994 commit 100cb64

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
@@ -21,7 +21,7 @@ import java.security.MessageDigest
2121
plugins {
2222
id 'java-library'
2323
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
24-
id "com.github.ben-manes.versions" version "0.42.0"
24+
id "com.github.ben-manes.versions" version "0.43.0"
2525
}
2626

2727
defaultTasks 'clean', 'build'
@@ -44,7 +44,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
4444

4545
def checkstyleVersion = '9.3'
4646
def hamcrestVersion = '2.2'
47-
def mockitoVersion = '4.8.0'
47+
def mockitoVersion = '4.8.1'
4848
def junitVersion = '5.9.1'
4949
def jmhVersion = '1.35'
5050
def agronaVersion = '1.17.1'

0 commit comments

Comments
 (0)