From b7094f9696bf365fbed1d241f553bebc10537438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 03:51:42 +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 90e5bb2c41..d60a159e57 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ org-jetbrains-kotlinx = "1.6.4" org-junit-jupiter = "5.9.3" 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 7f346ff151832d489d74d46e0fd5bed7ed9e8aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 03:51:51 +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 d60a159e57..fe0a735420 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -88,7 +88,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" spring-io-github-changelog-generator = "spring-io:github-changelog-generator:0.0.6"