From 87dc3d5448ce9739d138591621dccce459783f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 04:01:48 +0000 Subject: [PATCH] build(deps): bump spring-boot-starter-test from 2.6.2 to 3.0.2 Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.2 to 3.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v3.0.2) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 947cdcf..a13221f 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:3.0.2") testImplementation("org.springframework.security:spring-security-test:5.5.3") testImplementation("org.junit.platform:junit-platform-runner:1.8.2") }