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
# Conflicts:
#	gradle.properties
  • Loading branch information
mmoayyed committed Jul 27, 2024
2 parents e2f5e25 + ae86e1b commit f2f7129
Show file tree
Hide file tree
Showing 3 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 @@ -40,7 +40,7 @@ cas-initializr:
gradle-version: 7.6
plugins:
jib-version: 3.4.0
- version: 7.0.5.1
- version: 7.0.6
platform-version: 7.0.0
boot-version: 3.2.1
sync: true
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/resources/overlay/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"pino": "9.2.0",
"pino-pretty": "11.2.1",
"pino": "9.3.1",
"pino-pretty": "11.2.2",
"puppeteer": "22.13.0"
}
}
4 changes: 2 additions & 2 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.86
version=0.0.90

sourceCompatibility=17
targetCompatibility=17
Expand Down Expand Up @@ -39,7 +39,7 @@ gradleCyclonePluginVersion=1.8.2
# Latest versions defined are expanded
# and used by application configuration.
######################################
springBootLatestVersion=3.3.1
springBootLatestVersion=3.3.2
casLatestVersion=7.1.0-SNAPSHOT

casManagementLatestVersion=7.0.0-SNAPSHOT
Expand Down

0 comments on commit f2f7129

Please sign in to comment.