From 720c48051abeea7b5d8be21b21af60d7f5c84e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:10:04 +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.6.0 to 3.1.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.0...v3.1.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a6af275..7fff411 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0' api 'org.openapitools:jackson-databind-nullable:0.2.1' api 'org.hibernate.validator:hibernate-validator:6.0.16.Final' - testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.0' + testImplementation 'org.springframework.boot:spring-boot-starter-test:3.1.4' } group = 'uk.gov.hmcts'