From 1630835c6e91be0449a86d5cbdc6709b92adb5f1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 06:50:51 +0000 Subject: [PATCH] Bump junit from 4.11 to 4.13 Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d0afeb3..44b170f 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { compile 'net.rptools.dicelib:dicelib:1.4.0.1' compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.3.1' testCompile 'rhino:js:1.6R2' - testCompile group: 'junit', name: 'junit', version: '4.11' + testCompile group: 'junit', name: 'junit', version: '4.13' }