Skip to content

Commit

Permalink
Merge branch '6.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Sep 12, 2024
2 parents 311f889 + 2a7bd09 commit 1477373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
compileOnly "org.graceframework:grace-boot"
compileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion"

documentation "org.fusesource.jansi:jansi:1.14"
documentation "org.fusesource.jansi:jansi:$jansiVersion"
documentation "com.github.javaparser:javaparser-core:3.15.14"

testImplementation "org.graceframework:grace-test-support"
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
projectVersion=6.1.0-SNAPSHOT
graceVersion=2023.0.0
graceVersion=2023.0.1
gormVersion=2023.0.1
groovyVersion=4.0.22
cglibNodepVersion=3.2.9
jansiVersion=1.18
joddWotVersion=3.3.8
scaffoldingVersion=6.0.1
servletApiVersion=6.0.0
Expand Down

0 comments on commit 1477373

Please sign in to comment.