Skip to content

Commit

Permalink
Upgrade to Grace 2022.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Mar 5, 2024
1 parent 8935691 commit 5078639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grace-plugin-scaffolding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
api "org.graceframework:grace-core:$graceVersion"
api "org.graceframework:grace-plugin-rest:$graceVersion"
api "org.graceframework:grace-web-boot:$graceVersion"
api "org.graceframework:grace-web-gsp:$graceGspVersion"
api "org.graceframework:grace-web-gsp:$graceVersion"
compileOnly "javax.servlet:javax.servlet-api:$servletApiVersion"

testImplementation "org.graceframework:grace-plugin-testing:$graceVersion"
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ projectUrl=https://github.com/graceframework/grace-scaffolding
githubSlug=graceframework/grace-scaffolding
githubBranch=master
developers=Michael Yan
graceVersion=2022.1.2
graceGspVersion=2022.1.2
graceVersion=2022.2.0
groovyVersion=3.0.16
gormVersion=2022.2.0
hibernateCoreVersion=5.6.15.Final
Expand Down

0 comments on commit 5078639

Please sign in to comment.