From 985457be8d34391e97d461a7325e25a863484f36 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 24 May 2021 00:38:53 +0200 Subject: [PATCH] Stepped junit because of security issues --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3816824..2ccc97b 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { compileOnly 'mysql:mysql-connector-java:8.0.16' compileOnly 'javax.servlet:javax.servlet-api:3.1.0' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.1' testImplementation 'org.hamcrest:hamcrest-core:1.3' testImplementation 'com.carrotsearch:junit-benchmarks:0.7.2' } diff --git a/pom.xml b/pom.xml index caf6666..b89baed 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ junit junit - 4.12 + 4.13.1 test