From 376247ae315afd6a8946ba12162c4c624a70fd2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 04:31:42 +0000 Subject: [PATCH] chore(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.2.5 to 3.3.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/build.gradle b/backend/api/build.gradle index 9c97e23c..ffc8d93b 100644 --- a/backend/api/build.gradle +++ b/backend/api/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:5.3.0" implementation "com.graphql-java:graphql-java-extended-scalars:22.0" - testImplementation "org.springframework.boot:spring-boot-starter-test:3.2.5" + testImplementation "org.springframework.boot:spring-boot-starter-test:3.3.0" } jib {