Skip to content

Commit

Permalink
deps: bump cas version to 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancailbourdin committed Dec 12, 2024
1 parent 9ecd268 commit 05964b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 05964b1

Please sign in to comment.