From 1b0de95811fba0f9f20c6664780cc9f8237aa37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:44:54 +0000 Subject: [PATCH] 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.7.6 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.6...v3.3.2) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b54b51..06f73cb 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { testImplementation "org.assertj:assertj-core:3.25.3" testImplementation "org.mockito:mockito-core:5.11.0" testImplementation "org.mockito:mockito-junit-jupiter:5.9.0" - testImplementation "org.springframework.boot:spring-boot-starter-test:2.7.6" + testImplementation "org.springframework.boot:spring-boot-starter-test:3.3.2" integrationTestImplementation "com.zaxxer:HikariCP:5.1.0" }