From 7a66b813aadf8ff4ca94b62e4feaa2d0fcfc2e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 05:10:18 +0000 Subject: [PATCH] Bump org.springframework:spring-test from 5.3.21 to 6.0.6 in /shio-app Bumps [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) from 5.3.21 to 6.0.6. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v6.0.6) --- updated-dependencies: - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- shio-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shio-app/build.gradle b/shio-app/build.gradle index 6924af678..6d5e91f25 100644 --- a/shio-app/build.gradle +++ b/shio-app/build.gradle @@ -151,7 +151,7 @@ dependencies { implementation 'com.github.openturing:turing-java-sdk:0.3.3' // Spring - implementation group: 'org.springframework', name: 'spring-test', version: '5.3.21' + implementation group: 'org.springframework', name: 'spring-test', version: '6.0.6' // Jackson implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-hibernate5', version: '2.13.3'