summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2021-12-14 18:44:16 -0500
committerGitHub <noreply@github.com>2021-12-14 18:44:16 -0500
commit79b9d41cd65a4b78e5fde1bf44dde164d36f82ea (patch)
tree652cc0edb7df620fc644bc4b3be1685702e8296f
parent42a88fe28729772d1043fc73f9121cedd695aee8 (diff)
parent37abd618b2df3211f7e717b55e109e3c9ed4a2d1 (diff)
Merge pull request #1 from bculkin2442/dependabot/maven/junit-junit-4.13.1
Bump junit from 3.8.1 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 d34c9eb..95c99b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>