diff --git a/build.gradle b/build.gradle index a6925b5..649acaa 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ java { ext { isReleaseVersion = !version.endsWith("SNAPSHOT") - junitVersion = '5.10.0' + junitVersion = '5.10.1' // on CI server, limit functional tests to major versions to avoid running // out of open file descriptors (happens when we load the jar files of too