Skip to content

Commit

Permalink
Upgrade to Jansi 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Sep 12, 2024
1 parent f612113 commit 2a7bd09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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 2a7bd09

Please sign in to comment.