From 461d83c418185aee1346cc4e6cf5803cc5aebdab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:08:16 +0000 Subject: [PATCH 1/5] chore(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration.yml | 2 +- .github/workflows/linux.yml | 8 ++++---- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1608d29e61..a3414acb3f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' - uses: actions/checkout@v6 - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-integration-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3360d527ae..101559cb0c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -20,7 +20,7 @@ jobs: java-version: 17 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -42,7 +42,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -64,7 +64,7 @@ jobs: java-version: 25 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -87,7 +87,7 @@ jobs: java-version: 17 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 66382bdc7d..4f95964eab 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,7 +19,7 @@ jobs: java-version: 17 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gs-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ea06818092..32bc730803 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,7 +19,7 @@ jobs: java-version: 17 distribution: 'temurin' - name: Maven repository caching - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: gwc-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 8c79d7e880723b710e0dc35732d5916e20d74642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:08:13 +0000 Subject: [PATCH 2/5] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-integration.yml | 4 ++-- .github/workflows/diskquota-jdbc-integration.yml | 2 +- .github/workflows/gcs-integration.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/linux.yml | 8 ++++---- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/azure-integration.yml b/.github/workflows/azure-integration.yml index 3186448d35..0e112317c3 100644 --- a/.github/workflows/azure-integration.yml +++ b/.github/workflows/azure-integration.yml @@ -24,7 +24,7 @@ jobs: matrix: java-version: [ 17, 21 ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5 with: distribution: 'temurin' @@ -53,7 +53,7 @@ jobs: # !contains(needs.*.result, 'cancelled') && # !contains(needs.*.result, 'failure') steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5 with: distribution: 'temurin' diff --git a/.github/workflows/diskquota-jdbc-integration.yml b/.github/workflows/diskquota-jdbc-integration.yml index 63ec78c382..18d0f726c7 100644 --- a/.github/workflows/diskquota-jdbc-integration.yml +++ b/.github/workflows/diskquota-jdbc-integration.yml @@ -24,7 +24,7 @@ jobs: matrix: java-version: [ 17, 21 ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5 with: distribution: 'temurin' diff --git a/.github/workflows/gcs-integration.yml b/.github/workflows/gcs-integration.yml index f057ad30fe..df3230f552 100644 --- a/.github/workflows/gcs-integration.yml +++ b/.github/workflows/gcs-integration.yml @@ -24,7 +24,7 @@ jobs: matrix: java-version: [ 17, 21 ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5 with: distribution: 'temurin' diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a3414acb3f..099b081bcc 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -21,7 +21,7 @@ jobs: with: java-version: 17 distribution: 'temurin' - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Maven repository caching uses: actions/cache@v6 with: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 101559cb0c..cb9e65c777 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -13,7 +13,7 @@ jobs: openjdk17: runs-on: [ubuntu-22.04] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 17 uses: actions/setup-java@v5 with: @@ -35,7 +35,7 @@ jobs: openjdk21: runs-on: [ubuntu-22.04] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 21 uses: actions/setup-java@v5 with: @@ -57,7 +57,7 @@ jobs: openjdk25: runs-on: [ubuntu-22.04] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 25 uses: actions/setup-java@v5 with: @@ -80,7 +80,7 @@ jobs: QA: runs-on: [ubuntu-22.04] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 17 uses: actions/setup-java@v5 with: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4f95964eab..253eddc393 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: runs-on: [macos-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 17 uses: actions/setup-java@v5 with: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 32bc730803..56f83a6653 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,7 +12,7 @@ jobs: runs-on: [windows-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 17 uses: actions/setup-java@v5 with: From ed8b65dae617fdf358411014dc5d56c7f3858671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:23:10 +0000 Subject: [PATCH 3/5] chore(deps): bump m-kuhn/backport from 1.2.7 to 1.2.8 Bumps [m-kuhn/backport](https://github.com/m-kuhn/backport) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/m-kuhn/backport/releases) - [Commits](https://github.com/m-kuhn/backport/compare/v1.2.7...v1.2.8) --- updated-dependencies: - dependency-name: m-kuhn/backport dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index f3a05ac498..060f7f4c05 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -13,7 +13,7 @@ jobs: - name: Backport Bot id: backport if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( join( github.event.pull_request.labels.*.name ), 'backport') ) || contains( github.event.label.name, 'backport' ) ) - uses: m-kuhn/backport@v1.2.7 + uses: m-kuhn/backport@v1.2.8 with: github_token: ${{ secrets.GH_TOKEN_BOT }} From b03a89ef069c21bda6cba6e1edd1dc4578be0526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 04:34:34 +0000 Subject: [PATCH 4/5] chore(deps): bump commons-codec:commons-codec in /geowebcache Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) in `/geowebcache` from 1.18.0 to 1.22.0. Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) Updates `commons-codec:commons-codec` from 1.18.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.22.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] --- geowebcache/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geowebcache/pom.xml b/geowebcache/pom.xml index e65e918b4e..02b4c2a27d 100644 --- a/geowebcache/pom.xml +++ b/geowebcache/pom.xml @@ -56,7 +56,7 @@ 7.0.4 1.4.21 1.0.2 - 1.18.0 + 1.22.0 2.0.0-M5 3.0 true From ec42ec17b8366ff7dd972a29b5176cc07cbb74d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 04:32:53 +0000 Subject: [PATCH 5/5] chore(deps): bump org.springframework.security:spring-security-bom Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) in `/geowebcache` from 7.0.4 to 7.0.5. Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) Updates `org.springframework.security:spring-security-bom` from 7.0.4 to 7.0.5 - [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/7.0.4...7.0.5) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] --- geowebcache/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geowebcache/pom.xml b/geowebcache/pom.xml index 02b4c2a27d..c802657941 100644 --- a/geowebcache/pom.xml +++ b/geowebcache/pom.xml @@ -53,7 +53,7 @@ 36-SNAPSHOT 7.0.7 - 7.0.4 + 7.0.5 1.4.21 1.0.2 1.22.0