Skip to content

Commit

Permalink
upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed authored Dec 8, 2024
1 parent 2f5f4b3 commit 01ca1f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/main/resources/application-initializr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cas-initializr:
plugins:
jib-version: ${jibVersion}
open-rewrite-version: ${openRewriteVersion}
- version: 7.1.2
- version: 7.1.3
platform-version: 7.1.0
boot-version: 3.3.3
sync: true
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.unsafe.configuration-cache=false
# to match version numbers.

group=org.apereo.cas
version=0.0.106
version=0.0.107

sourceCompatibility=21
targetCompatibility=21
Expand All @@ -31,16 +31,16 @@ openRewriteVersion=6.28.1
# GraalVM Versions
###################################
graalVmVersion=24.1.1
graalVmMetadataRepositoryVersion=0.3.14
graalVmMetadataRepositoryVersion=0.3.15
gradleGraalVmNativePluginVersion=0.10.4
gradleCyclonePluginVersion=1.10.0

#######################################
# Latest versions defined are expanded
# and used by application configuration.
######################################
springBootLatestVersion=3.4.0-RC1
casLatestVersion=7.2.0-RC2
springBootLatestVersion=3.4.0
casLatestVersion=7.2.0-RC3
gradleLatestVersion=8.11.1

apacheTomcat10LatestVersion=10.1.33

0 comments on commit 01ca1f8

Please sign in to comment.