From 1fc81abcec2db85774104cf29b1f182dd09527a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:03:40 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-starter-test Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.4.4 to 3.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.4...v3.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- module-spring-boot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-spring-boot/build.gradle b/module-spring-boot/build.gradle index f66972e..417c503 100644 --- a/module-spring-boot/build.gradle +++ b/module-spring-boot/build.gradle @@ -25,7 +25,7 @@ dependencies { api(project(":module-core")) - testImplementation("org.springframework.boot:spring-boot-starter-test:2.4.4") + testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.4") testIntegrationImplementation 'org.awaitility:awaitility:4.1.0' testIntegrationImplementation("org.springframework.cloud:spring-cloud-starter")