From 5896a2911700266409a05bf02966df837b71071b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 03:15:54 +0000 Subject: [PATCH] Bump org.springframework.security:spring-security-bom Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.2.0-RC1 to 6.2.0-RC2. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/6.2.0-RC1...6.2.0-RC2) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fa578d35..01ec3d61 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -88,7 +88,7 @@ org-springframework-boot-spring-boot-starter-webflux = { module = "org.springfra org-springframework-boot-spring-boot-starter-websocket = { module = "org.springframework.boot:spring-boot-starter-websocket", version.ref = "org-springframework-boot" } org-springframework-boot-spring-boot-testcontainers = { module = "org.springframework.boot:spring-boot-testcontainers", version.ref = "org-springframework-boot" } org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.0-RC1" -org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.0-RC1" +org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.0-RC2" org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.0-RC1" org-springframework-springloaded = "org.springframework:springloaded:1.2.8.RELEASE" org-testcontainers-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version.ref = "org-testcontainers" }