diff --git a/build.gradle b/build.gradle
index 64f87d2..77f9eee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ repositories {
}
dependencies {
- testImplementation 'junit:junit:4.12'
+ testImplementation 'junit:junit:4.13.1'
testImplementation 'com.jayway.jsonpath:json-path:2.1.0'
testImplementation 'org.mockito:mockito-core:1.9.5'
}
diff --git a/pom.xml b/pom.xml
index e70c487..e5449ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
junit
junit
- 4.12
+ 4.13.1
test