From 450121834d510ebd074e2a6cc15db2458467d09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:05:42 +0000 Subject: [PATCH 1/5] Bump org.springframework.security:spring-security-bom Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.2.1 to 6.2.2. - [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.1...6.2.2) --- 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 fe89953..ba24e3d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ org-springframework-boot = "3.2.2" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.3" -org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.1" +org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.2" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.2" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.1" From aad345bf00093ded937c9ead6c447ea91b66f454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 03:34:53 +0000 Subject: [PATCH 2/5] Bump org.springframework:spring-framework-bom from 6.0.16 to 6.0.17 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.0.16 to 6.0.17. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.16...v6.0.17) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-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 fcc0ea5..5656ec9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ org-springframework-boot = "3.1.8" [libraries] -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.0.16" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.0.17" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.1.6" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2022.0.12" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.0.4" From da97dc74ed9eaf7fe3bed62373ac1b154362c64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:58:31 +0000 Subject: [PATCH 3/5] Bump org.springframework.data:spring-data-bom from 2023.1.2 to 2023.1.3 Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.2 to 2023.1.3. - [Release notes](https://github.com/spring-projects/spring-data-bom/releases) - [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.2...2023.1.3) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-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 ba24e3d..6ca0da0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ org-springframework-boot = "3.2.2" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.3" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.2" -org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.2" +org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.3" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.1" [plugins] From 5d67db5689970db9c518496fdf6276f8d1f0d35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:58:43 +0000 Subject: [PATCH 4/5] Bump org.springframework.security:spring-security-bom Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.1.6 to 6.1.7. - [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.1.6...6.1.7) --- 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 5656ec9..afa531e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ org-springframework-boot = "3.1.8" [libraries] org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.0.17" -org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.1.6" +org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.1.7" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2022.0.12" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.0.4" From cc7fc71a91a1ffacddd26eaea5d058f0f2271c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:58:18 +0000 Subject: [PATCH 5/5] Bump org.springframework:spring-framework-bom from 6.1.3 to 6.1.4 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.3 to 6.1.4. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.4) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-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 6ca0da0..46a7f4f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ org-springframework-boot = "3.2.2" [libraries] -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.3" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.4" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.2" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.3" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.1"