From 4ff82dfac54dd117dc97df7f262ec65d59b622f2 Mon Sep 17 00:00:00 2001 From: Joe Grandja <10884212+jgrandja@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:17:39 -0400 Subject: [PATCH] Update test snapshot versions --- .github/workflows/continuous-integration-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index a167920f5..dbf79b104 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -25,7 +25,7 @@ jobs: name: Test Against Snapshots uses: spring-io/spring-security-release-tools/.github/workflows/test.yml@v1 with: - test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.1.+ -PspringSecurityVersion=6.3.+ + test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.2.+ -PspringSecurityVersion=6.4.+ secrets: inherit deploy-artifacts: name: Deploy Artifacts @@ -52,4 +52,4 @@ jobs: release-repo-url: https://repo1.maven.org/maven2 artifact-path: org/springframework/security/spring-security-oauth2-authorization-server slack-announcing-id: spring-authorization-server-announcing - secrets: inherit \ No newline at end of file + secrets: inherit