Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Jul 3, 2024
1 parent 8d46bea commit 4dbe149
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public ChainingServicesManager servicesManager(
.applicationContext(applicationContext)
.environments(activeProfiles)
.servicesCache(servicesManagerCache)
.casProperties(casProperties)
.registeredServicesTemplatesManager(registeredService -> registeredService)
.build();
val cm = casProperties.getServiceRegistry().getCore().getManagementType() == ServiceRegistryCoreProperties.ServiceManagementTypes.DOMAIN
Expand Down
28 changes: 14 additions & 14 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ targetCompatibility=21

lombokVersion=1.18.32
errorProneVersion=2.24.1
junitVersion=5.10.1
junitPlatformVersion=1.10.1
mockitoVersion=5.8.0
junitVersion=5.10.3
junitPlatformVersion=1.10.3
mockitoVersion=5.12.0

#####################################################
# Gradle Plugins & Build Utilities
Expand All @@ -63,24 +63,24 @@ gradleNodeVersion=3.2.1
jakartaServletVersion=6.0.0
jakartaValidationVersion=3.0.2

slf4jVersion=2.0.9
slf4jVersion=2.0.13
disruptorVersion=3.4.4

jacksonVersion=2.16.1
groovyVersion=4.0.17
log4jVersion=2.22.1
jacksonVersion=2.17.1
groovyVersion=4.0.22
log4jVersion=2.23.1
thymeleafVersion=3.1.2.RELEASE
springBootTomcatVersion=10.1.18
springBootTomcatVersion=10.1.25

###############################
# Spring versions
###############################

springBootVersion=3.2.5
springBootVersion=3.2.7
springSecurityVersion=6.2.1
########################################

jgitVersion=6.8.0.202311291450-r
jgitVersion=6.10.0.202406032230-r
jtaVersion=1.1

###############################
Expand All @@ -102,20 +102,20 @@ commonsCollectionsVersion=4.4
# Pac4j versions
###############################
pac4jSpringWebmvcVersion=8.0.0
pac4jVersion=6.0.1
pac4jVersion=6.0.4
pac4jSpringSecurityVersion=10.0.0

jsonVersion=20160810
hjsonVersion=3.1.0
jsonassertVersion=1.5.0

luceneVersion=9.9.1
luceneVersion=9.11.1
hibernateValidatorVersion=8.0.1.Final
###############################
# SAML versions
###############################
opensamlVersion=5.0.0
opensamlVersion=5.1.2
xercesVersion=2.12.2
shibbolethUtilJavaSupportVersion=8.3.1

nodeVersion=20.10.0
nodeVersion=22.3.0

0 comments on commit 4dbe149

Please sign in to comment.