From 5f10cc4f88769dd267c6c498da140edb3464ff30 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 24 Jun 2024 22:39:50 +0200 Subject: [PATCH] build.gradle: update JUnit to 4.13.2 --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index f6d12f001ad..84462094441 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'org.slf4j:slf4j-api:1.7.36' implementation 'net.jcip:jcip-annotations:1.0' compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8' - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' testImplementation 'org.easymock:easymock:3.2' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.5.2' testImplementation 'org.slf4j:slf4j-jdk14:1.7.36'