From 0cea431cf52e76b41cac00be36fe764c157cfbf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:46:54 +0000 Subject: [PATCH] Bump springVersion from 5.3.4 to 5.3.5 in /junit5-spring Bumps `springVersion` from 5.3.4 to 5.3.5. Updates `spring-context` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Updates `spring-test` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Signed-off-by: dependabot[bot] --- junit5-spring/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit5-spring/build.gradle b/junit5-spring/build.gradle index 30be1e4da..261eaa35d 100644 --- a/junit5-spring/build.gradle +++ b/junit5-spring/build.gradle @@ -5,7 +5,7 @@ repositories { ext { slf4jVersion = '1.7.30' logbackVersion = '1.2.3' - springVersion = '5.3.4' + springVersion = '5.3.5' junitJupiterVersion = '5.7.1' }