diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2021-12-14 18:44:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-14 18:44:07 -0500 |
| commit | 4451090de3625cd5aaff401ae7b9c174f93481fa (patch) | |
| tree | 705f71cd94412196ded4305f96ebf626c785110a | |
| parent | aba8e262d0e89ebef4229ad807b67660fc9bef35 (diff) | |
| parent | df54408b04447fe4de4a1b974b99457ae833e760 (diff) | |
Merge pull request #2 from bculkin2442/dependabot/maven/clformat/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1 in /clformat
| -rw-r--r-- | clformat/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clformat/pom.xml b/clformat/pom.xml index 5fdc5a2..4283850 100644 --- a/clformat/pom.xml +++ b/clformat/pom.xml @@ -22,7 +22,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.1</version> <scope>test</scope> </dependency> <dependency> |
