From 30f52fa09ce08537eb00422e9a6b5168f6cd8c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 04:04:39 +0000 Subject: [PATCH] build(deps): bump spring-boot-starter-test from 2.6.2 to 2.6.7 Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.2 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.2...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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 947cdcf..abce3e4 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.6.7") testImplementation("org.springframework.security:spring-security-test:5.5.3") testImplementation("org.junit.platform:junit-platform-runner:1.8.2") }