From d0e1a46e68c55f671e4242d1e791f22237676f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 04:04:15 +0000 Subject: [PATCH] build(deps): bump spring-boot-starter-test from 2.6.2 to 2.7.3 Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.2 to 2.7.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v2.7.3) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 947cdcf..72c6171 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { compileOnly("org.jetbrains:annotations:23.0.0") compileOnly("org.springframework.security:spring-security-test:5.6.1") - testImplementation("org.springframework.boot:spring-boot-starter-test:2.6.2") + testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.3") testImplementation("org.springframework.security:spring-security-test:5.5.3") testImplementation("org.junit.platform:junit-platform-runner:1.8.2") }