Skip to content

Commit 6d6a6c1

Browse files
dependabot[bot]rm3l
authored andcommitted
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.2 to 3.2.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.2...v3.2.3) --- 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] <[email protected]>
1 parent 561732e commit 6d6a6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:5.3.0"
5757
implementation "com.graphql-java:graphql-java-extended-scalars:21.0"
5858

59-
testImplementation "org.springframework.boot:spring-boot-starter-test:3.2.2"
59+
testImplementation "org.springframework.boot:spring-boot-starter-test:3.2.3"
6060
}
6161

6262
jib {

0 commit comments

Comments
 (0)