From 007a95a295939a02ea12ed7dbe0a1a10ed846d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:44:21 +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 3.3.1 to 3.3.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- java-spring/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-spring/build.gradle b/java-spring/build.gradle index 74a8de9..c9d9106 100644 --- a/java-spring/build.gradle +++ b/java-spring/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.3.1' implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.3.1' implementation 'org.springframework.boot:spring-boot-starter-web:3.3.1' - testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.1' + testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.5' testImplementation 'junit:junit:4.13.2' }