Skip to content

Commit

Permalink
fix(deps): update dependency org.fusesource.jansi:jansi to v2 (#13436)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency org.fusesource.jansi:jansi to v2

* fix(ansi): remove the usages of deprecated methods

Use `AnsiConsole.systemInstall()` and `AnsiConsole.systemUninstall()`.

* fix(grailsconsole): bind system out and err stream

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Puneet Behl <behlp@unityfoundation.io>
  • Loading branch information
renovate[bot] and Puneet Behl committed Apr 10, 2024
1 parent b3af979 commit 6480702
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 145 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ h2.version=2.2.224
h2Version=2.2.224
hibernateDatastoreVersion=8.0.2
jakartaAnnotationApiVersion=2.0.0
jansiVersion=1.18
jansiVersion=2.4.1
javaParserCoreVersion=3.25.9
javaxAnnotationApiVersion=1.3.2
jaxbApiVersion=2.3.1
Expand Down

0 comments on commit 6480702

Please sign in to comment.