From 318d89fc66528c88184283147ad5f40832d9d9a0 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Wed, 21 Jun 2023 12:58:16 -0300 Subject: [PATCH 1/2] Update to Spring Boot 2.7.12 --- reactive/rsocket/hello-security/build.gradle | 2 +- reactive/webflux-fn/hello-security/build.gradle | 2 +- reactive/webflux-fn/hello/build.gradle | 2 +- .../username-password/form/build.gradle | 2 +- .../webflux/java/authentication/x509/build.gradle | 2 +- .../java/hello-security-explicit/build.gradle | 2 +- reactive/webflux/java/hello-security/build.gradle | 2 +- reactive/webflux/java/hello/build.gradle | 2 +- reactive/webflux/java/method/build.gradle | 2 +- reactive/webflux/java/oauth2/login/build.gradle | 2 +- .../java/oauth2/resource-server/build.gradle | 2 +- reactive/webflux/java/oauth2/webclient/build.gradle | 2 +- .../username-password/mfa/build.gradle | 2 +- .../user-details-service/custom-user/build.gradle | 2 +- .../java/hello-security-explicit/build.gradle | 2 +- .../spring-boot/java/hello-security/build.gradle | 2 +- servlet/spring-boot/java/hello/build.gradle | 2 +- servlet/spring-boot/java/jwt/login/build.gradle | 2 +- servlet/spring-boot/java/ldap/build.gradle | 2 +- .../java/oauth2/authorization-server/build.gradle | 2 +- servlet/spring-boot/java/oauth2/login/build.gradle | 2 +- .../java/example/OAuth2LoginApplicationTests.java | 13 +++++++------ .../resource-server/hello-security/build.gradle | 2 +- .../java/oauth2/resource-server/jwe/build.gradle | 2 +- .../resource-server/multi-tenancy/build.gradle | 3 +-- .../OAuth2ResourceServerSecurityConfiguration.java | 2 +- .../java/oauth2/resource-server/opaque/build.gradle | 3 +-- .../java/oauth2/resource-server/static/build.gradle | 2 +- .../spring-boot/java/oauth2/webclient/build.gradle | 2 +- .../java/saml2/login-single-tenant/build.gradle | 2 +- servlet/spring-boot/java/saml2/login/build.gradle | 2 +- .../java/saml2/refreshable-metadata/build.gradle | 2 +- .../maximum-sessions-prevent-login/build.gradle | 2 +- .../maximum-sessions/build.gradle | 2 +- 34 files changed, 40 insertions(+), 41 deletions(-) diff --git a/reactive/rsocket/hello-security/build.gradle b/reactive/rsocket/hello-security/build.gradle index 30585ac..58f9bec 100644 --- a/reactive/rsocket/hello-security/build.gradle +++ b/reactive/rsocket/hello-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux-fn/hello-security/build.gradle b/reactive/webflux-fn/hello-security/build.gradle index d500ed8..0a6a306 100644 --- a/reactive/webflux-fn/hello-security/build.gradle +++ b/reactive/webflux-fn/hello-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux-fn/hello/build.gradle b/reactive/webflux-fn/hello/build.gradle index 444de4e..77b7d03 100644 --- a/reactive/webflux-fn/hello/build.gradle +++ b/reactive/webflux-fn/hello/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/authentication/username-password/form/build.gradle b/reactive/webflux/java/authentication/username-password/form/build.gradle index 4ed2d27..34f7cf6 100644 --- a/reactive/webflux/java/authentication/username-password/form/build.gradle +++ b/reactive/webflux/java/authentication/username-password/form/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/authentication/x509/build.gradle b/reactive/webflux/java/authentication/x509/build.gradle index 90195b4..a768a96 100644 --- a/reactive/webflux/java/authentication/x509/build.gradle +++ b/reactive/webflux/java/authentication/x509/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/hello-security-explicit/build.gradle b/reactive/webflux/java/hello-security-explicit/build.gradle index 7ef4928..834dda7 100644 --- a/reactive/webflux/java/hello-security-explicit/build.gradle +++ b/reactive/webflux/java/hello-security-explicit/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/hello-security/build.gradle b/reactive/webflux/java/hello-security/build.gradle index 0150ff3..caa5933 100644 --- a/reactive/webflux/java/hello-security/build.gradle +++ b/reactive/webflux/java/hello-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/hello/build.gradle b/reactive/webflux/java/hello/build.gradle index 444de4e..77b7d03 100644 --- a/reactive/webflux/java/hello/build.gradle +++ b/reactive/webflux/java/hello/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/method/build.gradle b/reactive/webflux/java/method/build.gradle index 680af93..4965a97 100644 --- a/reactive/webflux/java/method/build.gradle +++ b/reactive/webflux/java/method/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/oauth2/login/build.gradle b/reactive/webflux/java/oauth2/login/build.gradle index 3920308..df108f9 100644 --- a/reactive/webflux/java/oauth2/login/build.gradle +++ b/reactive/webflux/java/oauth2/login/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/oauth2/resource-server/build.gradle b/reactive/webflux/java/oauth2/resource-server/build.gradle index 0274f0d..2beef41 100644 --- a/reactive/webflux/java/oauth2/resource-server/build.gradle +++ b/reactive/webflux/java/oauth2/resource-server/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/reactive/webflux/java/oauth2/webclient/build.gradle b/reactive/webflux/java/oauth2/webclient/build.gradle index c80b454..571d9bb 100644 --- a/reactive/webflux/java/oauth2/webclient/build.gradle +++ b/reactive/webflux/java/oauth2/webclient/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle b/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle index ac0000e..ad5467e 100644 --- a/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle +++ b/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle @@ -1,6 +1,6 @@ plugins { id 'io.spring.dependency-management' version '1.0.10.RELEASE' - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id "nebula.integtest" version "8.2.0" id 'java' } diff --git a/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle b/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle index b340e08..f31f853 100644 --- a/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle +++ b/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/build.gradle @@ -1,6 +1,6 @@ plugins { id 'io.spring.dependency-management' version '1.0.10.RELEASE' - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id "nebula.integtest" version "8.2.0" id 'java' } diff --git a/servlet/spring-boot/java/hello-security-explicit/build.gradle b/servlet/spring-boot/java/hello-security-explicit/build.gradle index a35be68..b7fe8fc 100644 --- a/servlet/spring-boot/java/hello-security-explicit/build.gradle +++ b/servlet/spring-boot/java/hello-security-explicit/build.gradle @@ -1,6 +1,6 @@ plugins { id 'io.spring.dependency-management' version '1.0.10.RELEASE' - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id "nebula.integtest" version "8.2.0" id 'java' } diff --git a/servlet/spring-boot/java/hello-security/build.gradle b/servlet/spring-boot/java/hello-security/build.gradle index 0040ffb..bf60ff2 100644 --- a/servlet/spring-boot/java/hello-security/build.gradle +++ b/servlet/spring-boot/java/hello-security/build.gradle @@ -1,6 +1,6 @@ plugins { id 'io.spring.dependency-management' version '1.0.10.RELEASE' - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id "nebula.integtest" version "8.2.0" id 'java' } diff --git a/servlet/spring-boot/java/hello/build.gradle b/servlet/spring-boot/java/hello/build.gradle index a1baa10..86672fe 100644 --- a/servlet/spring-boot/java/hello/build.gradle +++ b/servlet/spring-boot/java/hello/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/jwt/login/build.gradle b/servlet/spring-boot/java/jwt/login/build.gradle index 3f92f0e..4d0bd77 100644 --- a/servlet/spring-boot/java/jwt/login/build.gradle +++ b/servlet/spring-boot/java/jwt/login/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id 'java' } diff --git a/servlet/spring-boot/java/ldap/build.gradle b/servlet/spring-boot/java/ldap/build.gradle index 90aeaae..3578d0b 100644 --- a/servlet/spring-boot/java/ldap/build.gradle +++ b/servlet/spring-boot/java/ldap/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id 'java' } diff --git a/servlet/spring-boot/java/oauth2/authorization-server/build.gradle b/servlet/spring-boot/java/oauth2/authorization-server/build.gradle index 713ed53..9d141fd 100644 --- a/servlet/spring-boot/java/oauth2/authorization-server/build.gradle +++ b/servlet/spring-boot/java/oauth2/authorization-server/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/login/build.gradle b/servlet/spring-boot/java/oauth2/login/build.gradle index 7afaf82..bac4406 100644 --- a/servlet/spring-boot/java/oauth2/login/build.gradle +++ b/servlet/spring-boot/java/oauth2/login/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/login/src/integTest/java/example/OAuth2LoginApplicationTests.java b/servlet/spring-boot/java/oauth2/login/src/integTest/java/example/OAuth2LoginApplicationTests.java index 5f44272..3eda5f2 100644 --- a/servlet/spring-boot/java/oauth2/login/src/integTest/java/example/OAuth2LoginApplicationTests.java +++ b/servlet/spring-boot/java/oauth2/login/src/integTest/java/example/OAuth2LoginApplicationTests.java @@ -225,7 +225,7 @@ public class OAuth2LoginApplicationTests { HtmlElement errorElement = page.getBody().getFirstByXPath("div"); assertThat(errorElement).isNotNull(); - assertThat(errorElement.asText()).contains("authorization_request_not_found"); + assertThat(errorElement.asNormalizedText()).contains("authorization_request_not_found"); } @Test @@ -253,7 +253,7 @@ public class OAuth2LoginApplicationTests { HtmlElement errorElement = page.getBody().getFirstByXPath("div"); assertThat(errorElement).isNotNull(); - assertThat(errorElement.asText()).contains("authorization_request_not_found"); + assertThat(errorElement.asNormalizedText()).contains("authorization_request_not_found"); } @Test @@ -291,7 +291,7 @@ public class OAuth2LoginApplicationTests { assertThat(clientAnchorElements.get(i).getAttribute("href")).isIn(googleClientAuthorizeUri, githubClientAuthorizeUri, facebookClientAuthorizeUri, oktaClientAuthorizeUri, springClientAuthorizeUri); - assertThat(clientAnchorElements.get(i).asText()).isIn(googleClientRegistration.getClientName(), + assertThat(clientAnchorElements.get(i).asNormalizedText()).isIn(googleClientRegistration.getClientName(), githubClientRegistration.getClientName(), facebookClientRegistration.getClientName(), oktaClientRegistration.getClientName(), springClientRegistration.getClientName()); } @@ -301,13 +301,14 @@ public class OAuth2LoginApplicationTests { assertThat(page.getTitleText()).isEqualTo("Spring Security - OAuth 2.0 Login"); DomNodeList divElements = page.getBody().getElementsByTagName("div"); - assertThat(divElements.get(1).asText()).contains("User: joeg@springsecurity.io"); - assertThat(divElements.get(4).asText()).contains("You are successfully logged in joeg@springsecurity.io"); + assertThat(divElements.get(1).asNormalizedText()).contains("User: joeg@springsecurity.io"); + assertThat(divElements.get(4).asNormalizedText()) + .contains("You are successfully logged in joeg@springsecurity.io"); } private HtmlAnchor getClientAnchorElement(HtmlPage page, ClientRegistration clientRegistration) { Optional clientAnchorElement = page.getAnchors().stream() - .filter((e) -> e.asText().equals(clientRegistration.getClientName())).findFirst(); + .filter((e) -> e.asNormalizedText().equals(clientRegistration.getClientName())).findFirst(); return (clientAnchorElement.orElse(null)); } diff --git a/servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle b/servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle index d64e474..6793124 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle +++ b/servlet/spring-boot/java/oauth2/resource-server/hello-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/resource-server/jwe/build.gradle b/servlet/spring-boot/java/oauth2/resource-server/jwe/build.gradle index 40f80e1..f965300 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/jwe/build.gradle +++ b/servlet/spring-boot/java/oauth2/resource-server/jwe/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/build.gradle b/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/build.gradle index f34a102..f965300 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/build.gradle +++ b/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' @@ -31,7 +31,6 @@ dependencies { implementation 'com.squareup.okhttp3:mockwebserver' implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server' implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'com.nimbusds:oauth2-oidc-sdk' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' diff --git a/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/src/main/java/example/OAuth2ResourceServerSecurityConfiguration.java b/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/src/main/java/example/OAuth2ResourceServerSecurityConfiguration.java index 0841bdd..a791808 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/src/main/java/example/OAuth2ResourceServerSecurityConfiguration.java +++ b/servlet/spring-boot/java/oauth2/resource-server/multi-tenancy/src/main/java/example/OAuth2ResourceServerSecurityConfiguration.java @@ -48,7 +48,7 @@ public class OAuth2ResourceServerSecurityConfiguration { // @formatter:off http .authorizeHttpRequests((authorize) -> authorize - .mvcMatchers("/**/message/**").hasAuthority("SCOPE_message:read") + .mvcMatchers("/*/message/**").hasAuthority("SCOPE_message:read") .anyRequest().authenticated() ) .oauth2ResourceServer((oauth2) -> oauth2 diff --git a/servlet/spring-boot/java/oauth2/resource-server/opaque/build.gradle b/servlet/spring-boot/java/oauth2/resource-server/opaque/build.gradle index f34a102..f965300 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/opaque/build.gradle +++ b/servlet/spring-boot/java/oauth2/resource-server/opaque/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' @@ -31,7 +31,6 @@ dependencies { implementation 'com.squareup.okhttp3:mockwebserver' implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server' implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'com.nimbusds:oauth2-oidc-sdk' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' diff --git a/servlet/spring-boot/java/oauth2/resource-server/static/build.gradle b/servlet/spring-boot/java/oauth2/resource-server/static/build.gradle index 40f80e1..f965300 100644 --- a/servlet/spring-boot/java/oauth2/resource-server/static/build.gradle +++ b/servlet/spring-boot/java/oauth2/resource-server/static/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/oauth2/webclient/build.gradle b/servlet/spring-boot/java/oauth2/webclient/build.gradle index 6e282ac..48df201 100644 --- a/servlet/spring-boot/java/oauth2/webclient/build.gradle +++ b/servlet/spring-boot/java/oauth2/webclient/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'org.springframework.boot' version '2.5.2' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle b/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle index 9dddc2d..61aa176 100644 --- a/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle +++ b/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.7.1' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/saml2/login/build.gradle b/servlet/spring-boot/java/saml2/login/build.gradle index 9dddc2d..61aa176 100644 --- a/servlet/spring-boot/java/saml2/login/build.gradle +++ b/servlet/spring-boot/java/saml2/login/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.7.1' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle b/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle index 3fc5803..18dfabf 100644 --- a/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle +++ b/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.5.6' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id "nebula.integtest" version "8.2.0" id 'java' diff --git a/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/build.gradle b/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/build.gradle index b711a3d..745571e 100644 --- a/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/build.gradle +++ b/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '2.7.7' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.15.RELEASE' id "nebula.integtest" version "8.2.0" } diff --git a/servlet/spring-boot/java/session-management/maximum-sessions/build.gradle b/servlet/spring-boot/java/session-management/maximum-sessions/build.gradle index b711a3d..745571e 100644 --- a/servlet/spring-boot/java/session-management/maximum-sessions/build.gradle +++ b/servlet/spring-boot/java/session-management/maximum-sessions/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '2.7.7' + id 'org.springframework.boot' version '2.7.12' id 'io.spring.dependency-management' version '1.0.15.RELEASE' id "nebula.integtest" version "8.2.0" } From 3a59370ac96397a58a061d87237305a2855820dd Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Wed, 21 Jun 2023 13:13:50 -0300 Subject: [PATCH 2/2] Sync gradle.properties --- gradle.properties | 4 ++-- reactive/rsocket/hello-security/gradle.properties | 7 +++++-- reactive/webflux-fn/hello-security/gradle.properties | 7 +++++-- reactive/webflux-fn/hello/gradle.properties | 7 +++++-- .../username-password/form/gradle.properties | 7 +++++-- .../webflux/java/authentication/x509/gradle.properties | 7 +++++-- .../java/hello-security-explicit/gradle.properties | 7 +++++-- reactive/webflux/java/hello-security/gradle.properties | 7 +++++-- reactive/webflux/java/hello/gradle.properties | 7 +++++-- reactive/webflux/java/method/gradle.properties | 7 +++++-- reactive/webflux/java/oauth2/login/gradle.properties | 7 +++++-- .../webflux/java/oauth2/resource-server/gradle.properties | 7 +++++-- reactive/webflux/java/oauth2/webclient/gradle.properties | 7 +++++-- servlet/java-configuration/aspectj/gradle.properties | 5 +++++ .../authentication/preauth/gradle.properties | 5 +++++ .../authentication/remember-me/gradle.properties | 5 +++++ .../username-password/form/gradle.properties | 5 +++++ .../username-password/in-memory/gradle.properties | 5 +++++ .../username-password/jdbc/gradle.properties | 5 +++++ .../username-password/ldap/gradle.properties | 5 +++++ .../authentication/x509/gradle.properties | 5 +++++ servlet/java-configuration/data/gradle.properties | 5 +++++ .../hello-mvc-security/gradle.properties | 5 +++++ .../hello-security-explicit/gradle.properties | 5 +++++ .../java-configuration/hello-security/gradle.properties | 5 +++++ servlet/java-configuration/max-sessions/gradle.properties | 5 +++++ servlet/java-configuration/saml2/login/gradle.properties | 5 +++++ .../username-password/mfa/gradle.properties | 7 +++++-- .../user-details-service/custom-user/gradle.properties | 7 +++++-- .../java/hello-security-explicit/gradle.properties | 7 +++++-- servlet/spring-boot/java/hello-security/gradle.properties | 7 +++++-- servlet/spring-boot/java/hello/gradle.properties | 7 +++++-- servlet/spring-boot/java/jwt/login/gradle.properties | 7 +++++-- servlet/spring-boot/java/ldap/gradle.properties | 7 +++++-- .../java/oauth2/authorization-server/gradle.properties | 7 +++++-- servlet/spring-boot/java/oauth2/login/gradle.properties | 7 +++++-- .../resource-server/hello-security/gradle.properties | 7 +++++-- .../java/oauth2/resource-server/jwe/gradle.properties | 7 +++++-- .../resource-server/multi-tenancy/gradle.properties | 7 +++++-- .../java/oauth2/resource-server/opaque/gradle.properties | 7 +++++-- .../java/oauth2/resource-server/static/gradle.properties | 7 +++++-- .../spring-boot/java/oauth2/webclient/gradle.properties | 7 +++++-- .../java/saml2/login-single-tenant/build.gradle | 2 +- .../java/saml2/login-single-tenant/gradle.properties | 8 +++++--- servlet/spring-boot/java/saml2/login/build.gradle | 2 +- servlet/spring-boot/java/saml2/login/gradle.properties | 8 +++++--- .../java/saml2/refreshable-metadata/build.gradle | 2 +- .../java/saml2/refreshable-metadata/gradle.properties | 8 +++++--- .../maximum-sessions-prevent-login/gradle.properties | 6 +++++- .../session-management/maximum-sessions/gradle.properties | 6 +++++- servlet/xml/java/contacts/gradle.properties | 6 +++++- servlet/xml/java/dms/gradle.properties | 6 +++++- servlet/xml/java/helloworld/gradle.properties | 6 +++++- servlet/xml/java/preauth/gradle.properties | 6 +++++- servlet/xml/java/saml2/login-logout/gradle.properties | 6 +++++- 55 files changed, 260 insertions(+), 75 deletions(-) create mode 100644 servlet/java-configuration/aspectj/gradle.properties create mode 100644 servlet/java-configuration/authentication/preauth/gradle.properties create mode 100644 servlet/java-configuration/authentication/remember-me/gradle.properties create mode 100644 servlet/java-configuration/authentication/username-password/form/gradle.properties create mode 100644 servlet/java-configuration/authentication/username-password/in-memory/gradle.properties create mode 100644 servlet/java-configuration/authentication/username-password/jdbc/gradle.properties create mode 100644 servlet/java-configuration/authentication/username-password/ldap/gradle.properties create mode 100644 servlet/java-configuration/authentication/x509/gradle.properties create mode 100644 servlet/java-configuration/data/gradle.properties create mode 100644 servlet/java-configuration/hello-mvc-security/gradle.properties create mode 100644 servlet/java-configuration/hello-security-explicit/gradle.properties create mode 100644 servlet/java-configuration/hello-security/gradle.properties create mode 100644 servlet/java-configuration/max-sessions/gradle.properties create mode 100644 servlet/java-configuration/saml2/login/gradle.properties diff --git a/gradle.properties b/gradle.properties index c500dd4..17680db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError org.gradle.parallel=true org.gradle.caching=true diff --git a/reactive/rsocket/hello-security/gradle.properties b/reactive/rsocket/hello-security/gradle.properties index bd54891..17680db 100644 --- a/reactive/rsocket/hello-security/gradle.properties +++ b/reactive/rsocket/hello-security/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux-fn/hello-security/gradle.properties b/reactive/webflux-fn/hello-security/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux-fn/hello-security/gradle.properties +++ b/reactive/webflux-fn/hello-security/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux-fn/hello/gradle.properties b/reactive/webflux-fn/hello/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux-fn/hello/gradle.properties +++ b/reactive/webflux-fn/hello/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/authentication/username-password/form/gradle.properties b/reactive/webflux/java/authentication/username-password/form/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux/java/authentication/username-password/form/gradle.properties +++ b/reactive/webflux/java/authentication/username-password/form/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/authentication/x509/gradle.properties b/reactive/webflux/java/authentication/x509/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux/java/authentication/x509/gradle.properties +++ b/reactive/webflux/java/authentication/x509/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/hello-security-explicit/gradle.properties b/reactive/webflux/java/hello-security-explicit/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux/java/hello-security-explicit/gradle.properties +++ b/reactive/webflux/java/hello-security-explicit/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/hello-security/gradle.properties b/reactive/webflux/java/hello-security/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux/java/hello-security/gradle.properties +++ b/reactive/webflux/java/hello-security/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/hello/gradle.properties b/reactive/webflux/java/hello/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux/java/hello/gradle.properties +++ b/reactive/webflux/java/hello/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/method/gradle.properties b/reactive/webflux/java/method/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux/java/method/gradle.properties +++ b/reactive/webflux/java/method/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/oauth2/login/gradle.properties b/reactive/webflux/java/oauth2/login/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux/java/oauth2/login/gradle.properties +++ b/reactive/webflux/java/oauth2/login/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/oauth2/resource-server/gradle.properties b/reactive/webflux/java/oauth2/resource-server/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux/java/oauth2/resource-server/gradle.properties +++ b/reactive/webflux/java/oauth2/resource-server/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/reactive/webflux/java/oauth2/webclient/gradle.properties b/reactive/webflux/java/oauth2/webclient/gradle.properties index bd54891..17680db 100644 --- a/reactive/webflux/java/oauth2/webclient/gradle.properties +++ b/reactive/webflux/java/oauth2/webclient/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/aspectj/gradle.properties b/servlet/java-configuration/aspectj/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/aspectj/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/preauth/gradle.properties b/servlet/java-configuration/authentication/preauth/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/authentication/preauth/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/remember-me/gradle.properties b/servlet/java-configuration/authentication/remember-me/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/authentication/remember-me/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/username-password/form/gradle.properties b/servlet/java-configuration/authentication/username-password/form/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/authentication/username-password/form/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/username-password/in-memory/gradle.properties b/servlet/java-configuration/authentication/username-password/in-memory/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/authentication/username-password/in-memory/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/username-password/jdbc/gradle.properties b/servlet/java-configuration/authentication/username-password/jdbc/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/authentication/username-password/jdbc/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/username-password/ldap/gradle.properties b/servlet/java-configuration/authentication/username-password/ldap/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/authentication/username-password/ldap/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/authentication/x509/gradle.properties b/servlet/java-configuration/authentication/x509/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/authentication/x509/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/data/gradle.properties b/servlet/java-configuration/data/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/data/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/hello-mvc-security/gradle.properties b/servlet/java-configuration/hello-mvc-security/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/hello-mvc-security/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/hello-security-explicit/gradle.properties b/servlet/java-configuration/hello-security-explicit/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/hello-security-explicit/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/hello-security/gradle.properties b/servlet/java-configuration/hello-security/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/hello-security/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/max-sessions/gradle.properties b/servlet/java-configuration/max-sessions/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/max-sessions/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/java-configuration/saml2/login/gradle.properties b/servlet/java-configuration/saml2/login/gradle.properties new file mode 100644 index 0000000..17680db --- /dev/null +++ b/servlet/java-configuration/saml2/login/gradle.properties @@ -0,0 +1,5 @@ +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/authentication/username-password/mfa/gradle.properties b/servlet/spring-boot/java/authentication/username-password/mfa/gradle.properties index bd54891..17680db 100644 --- a/servlet/spring-boot/java/authentication/username-password/mfa/gradle.properties +++ b/servlet/spring-boot/java/authentication/username-password/mfa/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/gradle.properties b/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/gradle.properties index bd54891..17680db 100644 --- a/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/gradle.properties +++ b/servlet/spring-boot/java/authentication/username-password/user-details-service/custom-user/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/hello-security-explicit/gradle.properties b/servlet/spring-boot/java/hello-security-explicit/gradle.properties index bd54891..17680db 100644 --- a/servlet/spring-boot/java/hello-security-explicit/gradle.properties +++ b/servlet/spring-boot/java/hello-security-explicit/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/hello-security/gradle.properties b/servlet/spring-boot/java/hello-security/gradle.properties index bd54891..17680db 100644 --- a/servlet/spring-boot/java/hello-security/gradle.properties +++ b/servlet/spring-boot/java/hello-security/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/hello/gradle.properties b/servlet/spring-boot/java/hello/gradle.properties index bd54891..17680db 100644 --- a/servlet/spring-boot/java/hello/gradle.properties +++ b/servlet/spring-boot/java/hello/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/jwt/login/gradle.properties b/servlet/spring-boot/java/jwt/login/gradle.properties index bd54891..17680db 100644 --- a/servlet/spring-boot/java/jwt/login/gradle.properties +++ b/servlet/spring-boot/java/jwt/login/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/ldap/gradle.properties b/servlet/spring-boot/java/ldap/gradle.properties index bd54891..17680db 100644 --- a/servlet/spring-boot/java/ldap/gradle.properties +++ b/servlet/spring-boot/java/ldap/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/authorization-server/gradle.properties b/servlet/spring-boot/java/oauth2/authorization-server/gradle.properties index bd54891..17680db 100644 --- a/servlet/spring-boot/java/oauth2/authorization-server/gradle.properties +++ b/servlet/spring-boot/java/oauth2/authorization-server/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/login/gradle.properties b/servlet/spring-boot/java/oauth2/login/gradle.properties index bd54891..17680db 100644 --- a/servlet/spring-boot/java/oauth2/login/gradle.properties +++ b/servlet/spring-boot/java/oauth2/login/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true 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 bd54891..17680db 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,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true 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 bd54891..17680db 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,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true 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 bd54891..17680db 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,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true 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 bd54891..17680db 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,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true 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 bd54891..17680db 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,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/oauth2/webclient/gradle.properties b/servlet/spring-boot/java/oauth2/webclient/gradle.properties index bd54891..17680db 100644 --- a/servlet/spring-boot/java/oauth2/webclient/gradle.properties +++ b/servlet/spring-boot/java/oauth2/webclient/gradle.properties @@ -1,2 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle b/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle index 61aa176..e913192 100644 --- a/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle +++ b/servlet/spring-boot/java/saml2/login-single-tenant/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.springframework.security:spring-security-saml2-service-provider' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' - testImplementation 'net.sourceforge.htmlunit:htmlunit' + testImplementation 'net.sourceforge.htmlunit:htmlunit:2.70.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' } diff --git a/servlet/spring-boot/java/saml2/login-single-tenant/gradle.properties b/servlet/spring-boot/java/saml2/login-single-tenant/gradle.properties index 5aba1dc..17680db 100644 --- a/servlet/spring-boot/java/saml2/login-single-tenant/gradle.properties +++ b/servlet/spring-boot/java/saml2/login-single-tenant/gradle.properties @@ -1,3 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT -htmlunit.version=2.70.0 +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/saml2/login/build.gradle b/servlet/spring-boot/java/saml2/login/build.gradle index 61aa176..e913192 100644 --- a/servlet/spring-boot/java/saml2/login/build.gradle +++ b/servlet/spring-boot/java/saml2/login/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.springframework.security:spring-security-saml2-service-provider' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' - testImplementation 'net.sourceforge.htmlunit:htmlunit' + testImplementation 'net.sourceforge.htmlunit:htmlunit:2.70.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' } diff --git a/servlet/spring-boot/java/saml2/login/gradle.properties b/servlet/spring-boot/java/saml2/login/gradle.properties index 5aba1dc..17680db 100644 --- a/servlet/spring-boot/java/saml2/login/gradle.properties +++ b/servlet/spring-boot/java/saml2/login/gradle.properties @@ -1,3 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT -htmlunit.version=2.70.0 +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle b/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle index 18dfabf..aa8ad5e 100644 --- a/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle +++ b/servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.springframework.security:spring-security-saml2-service-provider' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' - testImplementation 'net.sourceforge.htmlunit:htmlunit' + testImplementation 'net.sourceforge.htmlunit:htmlunit:2.70.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' } diff --git a/servlet/spring-boot/java/saml2/refreshable-metadata/gradle.properties b/servlet/spring-boot/java/saml2/refreshable-metadata/gradle.properties index 5aba1dc..17680db 100644 --- a/servlet/spring-boot/java/saml2/refreshable-metadata/gradle.properties +++ b/servlet/spring-boot/java/saml2/refreshable-metadata/gradle.properties @@ -1,3 +1,5 @@ -version=5.8.0-SNAPSHOT -spring-security.version=5.8.0-SNAPSHOT -htmlunit.version=2.70.0 +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/gradle.properties b/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/gradle.properties index a4474f7..17680db 100644 --- a/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/gradle.properties +++ b/servlet/spring-boot/java/session-management/maximum-sessions-prevent-login/gradle.properties @@ -1 +1,5 @@ -spring-security.version=5.8.1 +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/spring-boot/java/session-management/maximum-sessions/gradle.properties b/servlet/spring-boot/java/session-management/maximum-sessions/gradle.properties index a4474f7..17680db 100644 --- a/servlet/spring-boot/java/session-management/maximum-sessions/gradle.properties +++ b/servlet/spring-boot/java/session-management/maximum-sessions/gradle.properties @@ -1 +1,5 @@ -spring-security.version=5.8.1 +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/xml/java/contacts/gradle.properties b/servlet/xml/java/contacts/gradle.properties index 071e1d2..17680db 100644 --- a/servlet/xml/java/contacts/gradle.properties +++ b/servlet/xml/java/contacts/gradle.properties @@ -1 +1,5 @@ -version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/xml/java/dms/gradle.properties b/servlet/xml/java/dms/gradle.properties index 071e1d2..17680db 100644 --- a/servlet/xml/java/dms/gradle.properties +++ b/servlet/xml/java/dms/gradle.properties @@ -1 +1,5 @@ -version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/xml/java/helloworld/gradle.properties b/servlet/xml/java/helloworld/gradle.properties index 071e1d2..17680db 100644 --- a/servlet/xml/java/helloworld/gradle.properties +++ b/servlet/xml/java/helloworld/gradle.properties @@ -1 +1,5 @@ -version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/xml/java/preauth/gradle.properties b/servlet/xml/java/preauth/gradle.properties index 071e1d2..17680db 100644 --- a/servlet/xml/java/preauth/gradle.properties +++ b/servlet/xml/java/preauth/gradle.properties @@ -1 +1,5 @@ -version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true diff --git a/servlet/xml/java/saml2/login-logout/gradle.properties b/servlet/xml/java/saml2/login-logout/gradle.properties index 071e1d2..17680db 100644 --- a/servlet/xml/java/saml2/login-logout/gradle.properties +++ b/servlet/xml/java/saml2/login-logout/gradle.properties @@ -1 +1,5 @@ -version=5.8.0-SNAPSHOT +version=5.8.4 +spring-security.version=5.8.4 +org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError +org.gradle.parallel=true +org.gradle.caching=true