Skip to content

Commit

Permalink
switch to v7 snapshots and jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Sep 27, 2023
1 parent dfeb8ab commit b37d770
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/src/main/resources/application-initializr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ cas-initializr:
branch: master
type: cas
tomcat-version: ${apacheTomcat10LatestVersion}
java-version: 17
container-base-image: eclipse-temurin:17-jdk
gradle-version: 8.3
java-version: 21
container-base-image: azul/zulu-openjdk:21
gradle-version: 8.4
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ gradleGraalVmNativePluginVersion=0.9.27
# Latest versions defined are expanded
# and used by application configuration.
######################################
springBootLatestVersion=3.1.4
casLatestVersion=7.0.0-RC7
springBootLatestVersion=3.2.0-M3
casLatestVersion=7.0.0-SNAPSHOT

casManagementLatestVersion=6.6.3

Expand Down

0 comments on commit b37d770

Please sign in to comment.