summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2021-12-14 18:43:59 -0500
committerGitHub <noreply@github.com>2021-12-14 18:43:59 -0500
commitdaf1adc30d78b3a690453c0e690251bc6548686e (patch)
treee5f35c4e443c2caf3f42ef09551a55afed523c03
parent3242c3547f5f147c24960cc893c8f6da1fdbd0c1 (diff)
parent972d4d30661c9edccd3cda64cd5509267bef492f (diff)
Merge pull request #1 from bculkin2442/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 156d529f..ff43c2ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13.1</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>