aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 5e4fc3868..a63ff805e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -76,7 +76,7 @@ dependencies {
implementation "com.sun.xml.bind:jaxb-core:2.3.0.1"
implementation "com.sun.xml.bind:jaxb-impl:2.3.3"
implementation "javax.activation:activation:1.1.1"
- testImplementation "junit:junit:4.13"
+ testImplementation "junit:junit:4.13.1"
}
task copyDependencies(type: Copy) {
diff --git a/pom.xml b/pom.xml
index 8f803c096..8ef8637d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>