From 31692488658bd0603dcdbb729a31b40f93127678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 04:58:54 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-starter-test Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.6.2 to 3.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v3.0.4) --- 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..8e62922 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.4") testImplementation("org.springframework.security:spring-security-test:5.5.3") testImplementation("org.junit.platform:junit-platform-runner:1.8.2") }