From 58a74b78e21df792d08b83d26ec84a41eaffcff4 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 11 Nov 2020 17:38:58 -0700 Subject: [PATCH] Update Resource Server Samples The tests rely on Spring Framework 5.3.2-SNAPSHOT --- .../java/oauth2/resource-server/hello-security/gradle.properties | 1 + .../java/oauth2/resource-server/jwe/gradle.properties | 1 + .../java/oauth2/resource-server/multi-tenancy/gradle.properties | 1 + .../java/oauth2/resource-server/opaque/gradle.properties | 1 + .../java/oauth2/resource-server/static/gradle.properties | 1 + 5 files changed, 5 insertions(+) diff --git a/servlet/spring-boot/java/oauth2/resource-server/hello-security/gradle.properties b/servlet/spring-boot/java/oauth2/resource-server/hello-security/gradle.properties index ffc10d7..acb2835 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/hello-security/gradle.properties +++ b/servlet/spring-boot/java/oauth2/resource-server/hello-security/gradle.properties @@ -1,2 +1,3 @@ version=5.5.0-SNAPSHOT +spring-framework.version=5.3.2-SNAPSHOT spring-security.version=5.5.0-SNAPSHOT diff --git a/servlet/spring-boot/java/oauth2/resource-server/jwe/gradle.properties b/servlet/spring-boot/java/oauth2/resource-server/jwe/gradle.properties index ffc10d7..acb2835 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/jwe/gradle.properties +++ b/servlet/spring-boot/java/oauth2/resource-server/jwe/gradle.properties @@ -1,2 +1,3 @@ version=5.5.0-SNAPSHOT +spring-framework.version=5.3.2-SNAPSHOT spring-security.version=5.5.0-SNAPSHOT diff --git a/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/gradle.properties b/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/gradle.properties index ffc10d7..acb2835 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/gradle.properties +++ b/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/gradle.properties @@ -1,2 +1,3 @@ version=5.5.0-SNAPSHOT +spring-framework.version=5.3.2-SNAPSHOT spring-security.version=5.5.0-SNAPSHOT diff --git a/servlet/spring-boot/java/oauth2/resource-server/opaque/gradle.properties b/servlet/spring-boot/java/oauth2/resource-server/opaque/gradle.properties index ffc10d7..acb2835 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/opaque/gradle.properties +++ b/servlet/spring-boot/java/oauth2/resource-server/opaque/gradle.properties @@ -1,2 +1,3 @@ version=5.5.0-SNAPSHOT +spring-framework.version=5.3.2-SNAPSHOT spring-security.version=5.5.0-SNAPSHOT diff --git a/servlet/spring-boot/java/oauth2/resource-server/static/gradle.properties b/servlet/spring-boot/java/oauth2/resource-server/static/gradle.properties index ffc10d7..acb2835 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/static/gradle.properties +++ b/servlet/spring-boot/java/oauth2/resource-server/static/gradle.properties @@ -1,2 +1,3 @@ version=5.5.0-SNAPSHOT +spring-framework.version=5.3.2-SNAPSHOT spring-security.version=5.5.0-SNAPSHOT