Skip to content

Commit

Permalink
Merge branch 'master' of github.com:apereo/cas-initializr
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Dec 26, 2023
2 parents 6b35384 + 6fd9bf6 commit fe6f9a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/initializr-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ jobs:
java --version
native-image --version
- name: Build Native Image
timeout-minutes: 40
timeout-minutes: 45
if: ${{ matrix.versions.sync == true && matrix.versions.branch == 'master' }}
run: ./ci/validate-cas-native.sh --cas ${{ matrix.versions.version }}
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ org.gradle.unsafe.configuration-cache=false
# to match version numbers.

group=org.apereo.cas
version=0.0.64
version=0.0.65

sourceCompatibility=17

springInitializrVersion=0.20.1
springBootInitializrVersion=3.2.0
springBootInitializrVersion=3.2.1
###################################
# Plugin Versions
###################################
Expand All @@ -24,7 +24,7 @@ gradleDependencyManagementPluginVersion=1.1.4
gradleDownloadTaskPluginVersion=4.1.1
gradleDockerPluginVersion=9.3.1

openRewriteVersion=6.6.2
openRewriteVersion=6.6.3

###################################
# GraalVM Versions
Expand All @@ -37,7 +37,7 @@ gradleGraalVmNativePluginVersion=0.9.28
# Latest versions defined are expanded
# and used by application configuration.
######################################
springBootLatestVersion=3.2.0
springBootLatestVersion=3.2.1
casLatestVersion=7.0.0-SNAPSHOT

casManagementLatestVersion=6.6.4
Expand Down

0 comments on commit fe6f9a5

Please sign in to comment.