From a4f4bc18ad0fdb0804ee9367fbc4de7017478e19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 31 May 2019 11:37:03 +0000 Subject: [PATCH] Bump junit from 4.11 to 4.12 Bumps [junit](https://github.com/junit-team/junit) from 4.11 to 4.12. - [Release notes](https://github.com/junit-team/junit/releases) - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit/compare/r4.11...r4.12) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9820811..12b42f8 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ configurations { dependencies { deobfCompile('com.ldtteam.graphicsexpanded:graphicsexpanded:1.12.2-0.1.+') - testCompile 'junit:junit:4.11' + testCompile 'junit:junit:4.12' testCompile "org.mockito:mockito-core:1.+" testCompile group: 'org.powermock', name: 'powermock-module-junit4', version: '1.6.5' testCompile group: 'org.powermock', name: 'powermock-api-mockito', version: '1.6.5'