aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-02 12:44:47 -0400
committerGitHub <noreply@github.com>2021-05-02 12:44:47 -0400
commit4b404483541e3aced35adf11cb06d96f1b1e7c91 (patch)
treeb6b1b3a23138532ff4356511b557141af68903f0
parent02c68e3e854abc2bf6d84d549273abb44a6b1881 (diff)
downloadiciql-4b404483541e3aced35adf11cb06d96f1b1e7c91.tar.gz
iciql-4b404483541e3aced35adf11cb06d96f1b1e7c91.zip
Bump junit from 4.11 to 4.13.1 (#41)
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 54f42bb..c1a5cb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.13.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>