| commit | b4d7765cb591c36f6c92800f2b5b5d9fa63ba44e | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Oct 15 10:32:53 2021 +0000 |
| committer | Lukas Jungmann <lukas.jungmann@oracle.com> | Fri Oct 15 12:33:53 2021 +0200 |
| tree | 75edf9bb38c9db5a5f6d36ca9a3426be187384a2 | |
| parent | 27902c6e80786cba8872b80a1ba3800a3b8f84ac [diff] |
Bump junit from 4.12 to 4.13.1 in /tck Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/tck/pom.xml b/tck/pom.xml index e4dd267..eab4f86 100644 --- a/tck/pom.xml +++ b/tck/pom.xml
@@ -79,7 +79,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.1</version> </dependency> </dependencies> </project>