From 04845b056199973cec16319c7251ae33fd4cc16f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:43:24 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates (#9731) Bumps the development-dependencies group with 2 updates: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) and io.spring.dependency-management. Updates `org.springframework.security:spring-security-bom` from 6.3.5 to 6.3.6 - [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.3.5...6.3.6) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9ed9d1dc0a..52433e521e 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ plugins { id 'base' id 'io.spring.nohttp' version '0.0.11' apply false id 'org.ajoberstar.grgit' version '5.2.2' - id 'io.spring.dependency-management' version '1.1.6' + id 'io.spring.dependency-management' version '1.1.7' id 'org.jetbrains.dokka' version '1.9.20' id 'org.antora' version '1.0.0' id 'io.spring.antora.generate-antora-yml' version '0.0.1' @@ -114,7 +114,7 @@ ext { springGraphqlVersion = '1.3.3' springKafkaVersion = '3.2.6' springRetryVersion = '2.0.11' - springSecurityVersion = '6.3.5' + springSecurityVersion = '6.3.6' springVersion = '6.1.16' springWsVersion = '4.0.11' testcontainersVersion = '1.19.8'