From 5a15c593f553684828ad61802d5350e95be3d2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 16:53:07 +0000 Subject: [PATCH] Bump junit Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/commits/r4.13.1) Signed-off-by: dependabot[bot] --- .../Practice/InitializationAndCleanup/pom.xml" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/Java/\346\235\220\346\226\231/Thinking in Java/Practice/InitializationAndCleanup/pom.xml" "b/Java/\346\235\220\346\226\231/Thinking in Java/Practice/InitializationAndCleanup/pom.xml" index 821d9ec..2fb1143 100644 --- "a/Java/\346\235\220\346\226\231/Thinking in Java/Practice/InitializationAndCleanup/pom.xml" +++ "b/Java/\346\235\220\346\226\231/Thinking in Java/Practice/InitializationAndCleanup/pom.xml" @@ -12,7 +12,7 @@ junit junit - 3.8.1 + 4.13.1 test @@ -71,7 +71,7 @@ junit junit - 4.12 + 4.13.1 compile