From f90bddff5ca4c7820a5fb9ecd46439f10b1c0feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 04:06:58 +0000 Subject: [PATCH] build(deps): bump spring-boot-starter-test from 2.6.2 to 2.7.5 Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.2 to 2.7.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v2.7.5) --- 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..83f844c 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.5") testImplementation("org.springframework.security:spring-security-test:5.5.3") testImplementation("org.junit.platform:junit-platform-runner:1.8.2") }