diff --git a/gradle.properties b/gradle.properties index acd267b..bbb8548 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,15 +1,15 @@ # This overlay project's version # For consistency and with no other effect, this is set to the CAS version itself. -version=7.1.2 +version=7.1.3 # This is the CAS server version that will be deployed. # Versions typically are in the format of: # [Major].[Minor].[Patch].[Security] # For patch and security releases and unless explicitly stated otherwise, the below property # and NOTHING ELSE is the only change you usually need to make to upgrade your CAS deployment. -cas.version=7.1.2 +cas.version=7.1.3 -# The Spring Boot version is very much tied to the CAS release 7.1.2 +# The Spring Boot version is very much tied to the CAS release 7.1.3 # and must not be modified or upgraded out of band, as doing so would most likely # jeopardize the stability of your CAS deployment leading to unpredictable behavior. springBootVersion=3.3.3 @@ -49,7 +49,7 @@ jvmVendor=ADOPTIUM # involved in updating any of the already installed ones. gradleFoojayPluginVersion=0.8.0 -gradleFreeFairPluginVersion=8.10.2 +gradleFreeFairPluginVersion=8.11 # Used to build Docker images jibVersion=3.4.4 @@ -79,11 +79,11 @@ appServer= # If you are using an embedded Apache Tomcat container to deploy and run CAS, # and need to override the Apache Tomcat version, uncomment the property below -# and specify the the Apache Tomcat version, i.e. 10.1.31. +# and specify the the Apache Tomcat version, i.e. 10.1.33. # While enabled, this will override any and all upstream changes to # Apache Tomcat dependency management and you will be directly responsible to make # adjustments and upgrades as necessary. Use with caution, favor less work. -# tomcatVersion=10.1.31 +# tomcatVersion=10.1.33 # Settings to generate a keystore # used by the build to assist with creating diff --git a/src/main/java/org/apereo/cas/web/flow/actions/DelegatedClientAuthenticationRedirectAction.java b/src/main/java/org/apereo/cas/web/flow/actions/DelegatedClientAuthenticationRedirectAction.java index 7b0e54b..9b99537 100644 --- a/src/main/java/org/apereo/cas/web/flow/actions/DelegatedClientAuthenticationRedirectAction.java +++ b/src/main/java/org/apereo/cas/web/flow/actions/DelegatedClientAuthenticationRedirectAction.java @@ -138,7 +138,6 @@ protected void configureWebContextForRegisteredService(final WebContext webConte .collect(Collectors.toList()); configureWebContextForRegisteredServiceProperties(registeredService, webContext, oidcProperties); } - } protected void initializeClientIdentityProvider(final IndirectClient client) throws Throwable {