From e9dc23400c09e09257102428f2c998bc75b590be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:41:46 +0000 Subject: [PATCH] Bump the minor-and-patch-dependencies group with 2 updates Bumps the minor-and-patch-dependencies group with 2 updates: [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) and [org.springframework:spring-test](https://github.com/spring-projects/spring-framework). Updates `org.springframework:spring-context` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.5) Updates `org.springframework:spring-test` from 6.1.4 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.5) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-dependencies - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-dependencies ... Signed-off-by: dependabot[bot] --- junit5-migration/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/junit5-migration/build.gradle b/junit5-migration/build.gradle index 31d8ffa..dea4a40 100644 --- a/junit5-migration/build.gradle +++ b/junit5-migration/build.gradle @@ -25,8 +25,8 @@ dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-migrationsupport', version: '5.10.2' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher' testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.10.2' - implementation group: 'org.springframework', name: 'spring-context', version: '6.1.4' - testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.4' + implementation group: 'org.springframework', name: 'spring-context', version: '6.1.5' + testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.5' testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.11.0' testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.11.0' testImplementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '12.0.7'