Skip to content

Commit

Permalink
fix(deps): update dependency org.fusesource.jansi:jansi to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent bd6b596 commit bad58ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ groovydoc {
groovyClasspath = project.configurations.jansi
}
dependencies {
jansi 'org.fusesource.jansi:jansi:1.18'
jansi 'org.fusesource.jansi:jansi:2.4.1'
}

task dockerCopyDistResources(type: Copy) {
Expand Down

0 comments on commit bad58ac

Please sign in to comment.