From bd8bdb8a986734f215e7d9dc41d8272f2314d6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:08:21 +0000 Subject: [PATCH 1/4] Bump org.springframework.ldap:spring-ldap-core from 4.0.2 to 4.0.3 Bumps [org.springframework.ldap:spring-ldap-core](https://github.com/spring-projects/spring-ldap) from 4.0.2 to 4.0.3. - [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/4.0.2...4.0.3) --- updated-dependencies: - dependency-name: org.springframework.ldap:spring-ldap-core dependency-version: 4.0.3 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 b0fd2ab482..a24da0652e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -82,7 +82,7 @@ org-skyscreamer-jsonassert = "org.skyscreamer:jsonassert:1.5.3" org-slf4j-log4j-over-slf4j = "org.slf4j:log4j-over-slf4j:1.7.36" org-slf4j-slf4j-api = "org.slf4j:slf4j-api:2.0.17" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.1.4" -org-springframework-ldap-spring-ldap-core = "org.springframework.ldap:spring-ldap-core:4.0.2" +org-springframework-ldap-spring-ldap-core = "org.springframework.ldap:spring-ldap-core:4.0.3" 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" tools-jackson-jackson-bom = "tools.jackson:jackson-bom:3.0.4" From 9dfa5cf7139f571a45860920e5a10d864b14d5c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:36:08 +0000 Subject: [PATCH 2/4] Bump actions/upload-artifact from 7.0.0 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-build-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build-workflow.yml b/.github/workflows/pr-build-workflow.yml index c9616a6b99..e97524d4c7 100644 --- a/.github/workflows/pr-build-workflow.yml +++ b/.github/workflows/pr-build-workflow.yml @@ -34,7 +34,7 @@ jobs: run: ./gradlew -PbuildSrc.skipTests=true :spring-security-docs:antora - name: Upload Docs id: upload - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: docs path: docs/build/site From 1d466f86a0e40212d23761d94d1d430cb0bf2e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:36:04 +0000 Subject: [PATCH 3/4] Bump spring-io/spring-release-actions from 0.0.3 to 0.0.4 Bumps [spring-io/spring-release-actions](https://github.com/spring-io/spring-release-actions) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/spring-io/spring-release-actions/releases) - [Commits](https://github.com/spring-io/spring-release-actions/compare/0.0.3...0.0.4) --- updated-dependencies: - dependency-name: spring-io/spring-release-actions dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/defer-issues.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/defer-issues.yml b/.github/workflows/defer-issues.yml index 26d874ca92..9f8b3f0c47 100644 --- a/.github/workflows/defer-issues.yml +++ b/.github/workflows/defer-issues.yml @@ -18,21 +18,21 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Compute Version id: compute-version - uses: spring-io/spring-release-actions/compute-version@0.0.3 + uses: spring-io/spring-release-actions/compute-version@0.0.4 - name: Get Today's Release Version id: todays-release - uses: spring-io/spring-release-actions/get-todays-release-version@0.0.3 + uses: spring-io/spring-release-actions/get-todays-release-version@0.0.4 with: snapshot-version: ${{ steps.compute-version.outputs.version }} milestone-repository: ${{ github.repository }} milestone-token: ${{ secrets.GITHUB_TOKEN }} - name: Compute Next Version id: next-version - uses: spring-io/spring-release-actions/compute-next-version@0.0.3 + uses: spring-io/spring-release-actions/compute-next-version@0.0.4 with: version: ${{ steps.todays-release.outputs.release-version }} - name: Schedule Next Milestone - uses: spring-io/spring-release-actions/schedule-milestone@0.0.3 + uses: spring-io/spring-release-actions/schedule-milestone@0.0.4 with: version: ${{ steps.next-version.outputs.version }} version-date: ${{ steps.next-version.outputs.version-date }} From e480da69e9cc5a6458ef4a4a7391ad8ede502c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 00:35:31 +0000 Subject: [PATCH 4/4] Bump @springio/antora-extensions from 1.14.10 to 1.14.11 in /docs Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions) from 1.14.10 to 1.14.11. - [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc) - [Commits](https://github.com/spring-io/antora-extensions/compare/v1.14.10...v1.14.11) --- updated-dependencies: - dependency-name: "@springio/antora-extensions" dependency-version: 1.14.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index a62e424233..bafa987d13 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "@antora/atlas-extension": "1.0.0-alpha.5", "@antora/collector-extension": "1.0.3", "@asciidoctor/tabs": "1.0.0-beta.6", - "@springio/antora-extensions": "1.14.10", + "@springio/antora-extensions": "1.14.11", "@springio/asciidoctor-extensions": "1.0.0-alpha.18" } }