From ed18e8cbe8a8ae77d610bfe347b0ee7ee5e21701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 03:50:33 +0000 Subject: [PATCH 1/2] Bump org.springframework:spring-framework-bom from 6.0.12 to 6.0.13 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.0.12 to 6.0.13. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.12...v6.0.13) --- 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 9b61535feb..316e9d8c09 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ org-jetbrains-kotlin = "1.8.22" org-jetbrains-kotlinx = "1.6.4" org-mockito = "4.8.1" org-opensaml = "4.1.1" -org-springframework = "6.0.12" +org-springframework = "6.0.13" [libraries] ch-qos-logback-logback-classic = "ch.qos.logback:logback-classic:1.4.11" From 569ecc7a2bd45c1d5f9113a2751ec5785bfa40ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 03:50:42 +0000 Subject: [PATCH 2/2] Bump org.springframework.ldap:spring-ldap-core from 3.0.5 to 3.0.6 Bumps [org.springframework.ldap:spring-ldap-core](https://github.com/spring-projects/spring-ldap) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/spring-projects/spring-ldap/releases) - [Changelog](https://github.com/spring-projects/spring-ldap/blob/main/changelog.txt) - [Commits](https://github.com/spring-projects/spring-ldap/compare/3.0.5...3.0.6) --- updated-dependencies: - dependency-name: org.springframework.ldap:spring-ldap-core 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 316e9d8c09..b39606adb1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -84,7 +84,7 @@ org-skyscreamer-jsonassert = "org.skyscreamer:jsonassert:1.5.1" org-slf4j-log4j-over-slf4j = "org.slf4j:log4j-over-slf4j:1.7.36" org-slf4j-slf4j-api = "org.slf4j:slf4j-api:2.0.9" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2022.0.10" -org-springframework-ldap-spring-ldap-core = "org.springframework.ldap:spring-ldap-core:3.0.5" +org-springframework-ldap-spring-ldap-core = "org.springframework.ldap:spring-ldap-core:3.0.6" org-springframework-spring-framework-bom = { module = "org.springframework:spring-framework-bom", version.ref = "org-springframework" } org-synchronoss-cloud-nio-multipart-parser = "org.synchronoss.cloud:nio-multipart-parser:1.1.0"