1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Prepare for Spring Security 6.3

Closes gh-14210
This commit is contained in:
Josh Cummings
2023-12-05 15:34:14 -07:00
parent 674ce38bd3
commit d50698a269
14 changed files with 5198 additions and 41 deletions
+22
View File
@@ -9,6 +9,28 @@ updates:
- package-ecosystem: "gradle"
target-branch: "main"
milestone: 326 # 6.3.x
directory: "/"
schedule:
interval: "daily"
time: "03:00"
timezone: "Etc/UTC"
labels: [ "type: dependency-upgrade" ]
registries:
- "spring-milestones"
ignore:
- dependency-name: "com.nimbusds:nimbus-jose-jwt" # nimbus-jose-jwt gets updated when oauth2-oidc-sdk is updated to ensure consistency
- dependency-name: "org.python:jython" # jython updates break integration tests
- dependency-name: "org.apache.directory.server:*" # ApacheDS version > 1.5.5 contains break changes
- dependency-name: "org.junit:junit-bom"
update-types: [ "version-update:semver-major" ]
- dependency-name: "org.mockito:mockito-bom"
update-types: [ "version-update:semver-major" ]
- dependency-name: "*"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
- package-ecosystem: "gradle"
target-branch: "6.2.x"
milestone: 319 # 6.2.x
directory: "/"
schedule:
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# List of active maintenance branches.
branch: [ main, 6.1.x, 5.8.x ]
branch: [ main, 6.2.x, 6.1.x, 5.8.x ]
runs-on: ubuntu-latest
steps:
- name: Checkout