From 17a3a68cb21624321dec52bf3e6b170899ea764c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 23:23:29 +0000 Subject: [PATCH] Bump spring-boot-starter-test from 2.6.0 to 2.6.7 Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.0...v2.6.7) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96bdee2..116e70f 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:2.6.7' } group = 'uk.gov.hmcts'