From 11764d82a871f6801f06f662e0e868db11ccdea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 04:17:51 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-starter-security Bumps [org.springframework.boot:spring-boot-starter-security](https://github.com/spring-projects/spring-boot) from 2.6.2 to 3.0.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v3.0.3) --- 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..afcad5e 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.3") 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")