From 9ee7fd6e4fec9d1d6d7c4c187a1b0c1be6947ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 23:59:25 +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.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.0...v3.0.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 96bdee2..0b215f1 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.0.4' } group = 'uk.gov.hmcts'