From 0b2828c17c19a9736fb0ffd73ba9deb5deba5ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 04:01:55 +0000 Subject: [PATCH] build(deps): bump spring-boot-starter-security from 2.6.2 to 3.0.1 Bumps [spring-boot-starter-security](https://github.com/spring-projects/spring-boot) from 2.6.2 to 3.0.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v3.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-security 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..d9cb741 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { api("io.jsonwebtoken:jjwt:0.9.1") - implementation("org.springframework.boot:spring-boot-starter-security:2.6.2") + implementation("org.springframework.boot:spring-boot-starter-security:3.0.1") implementation("org.springframework.boot:spring-boot-actuator-autoconfigure:2.6.2") implementation("ch.qos.logback:logback-classic:1.2.10") implementation("javax.servlet:javax.servlet-api:4.0.1")