Update dependency versions in snapshots tests

This commit is contained in:
Joe Grandja
2024-06-21 14:52:33 -04:00
parent 60a0ee0624
commit 8797590477

View File

@@ -25,7 +25,7 @@ jobs:
name: Test Against Snapshots name: Test Against Snapshots
uses: spring-io/spring-security-release-tools/.github/workflows/test.yml@v1 uses: spring-io/spring-security-release-tools/.github/workflows/test.yml@v1
with: with:
test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.0.+ -PspringSecurityVersion=6.1.+ test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.1.+ -PspringSecurityVersion=6.2.+
secrets: inherit secrets: inherit
deploy-artifacts: deploy-artifacts:
name: Deploy Artifacts name: Deploy Artifacts