From 071b93470fe7bf95c06227da8caebb6f3d3fd82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 00:27:57 +0000 Subject: [PATCH] Bump junit from 4.12 to 4.13.1 in /Spring-Learn 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] --- Spring-Learn/pom.xml | 2 +- Spring-Learn/spring-10-mybatis/pom.xml | 2 +- Spring-Learn/spring-11-transaction/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Spring-Learn/pom.xml b/Spring-Learn/pom.xml index 8ef9ef7..1f4c3b6 100644 --- a/Spring-Learn/pom.xml +++ b/Spring-Learn/pom.xml @@ -35,7 +35,7 @@ junit junit - 4.12 + 4.13.1 diff --git a/Spring-Learn/spring-10-mybatis/pom.xml b/Spring-Learn/spring-10-mybatis/pom.xml index 0f3b4dd..8d5a2e8 100644 --- a/Spring-Learn/spring-10-mybatis/pom.xml +++ b/Spring-Learn/spring-10-mybatis/pom.xml @@ -15,7 +15,7 @@ junit junit - 4.12 + 4.13.1 diff --git a/Spring-Learn/spring-11-transaction/pom.xml b/Spring-Learn/spring-11-transaction/pom.xml index 2ba8a86..a10d320 100644 --- a/Spring-Learn/spring-11-transaction/pom.xml +++ b/Spring-Learn/spring-11-transaction/pom.xml @@ -14,7 +14,7 @@ junit junit - 4.12 + 4.13.1