Skip to content

Commit

Permalink
chore(deps): update dependency org.jline:jline to v3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent ef22d36 commit c09fc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.7.5
//DEPS de.vandermeer:asciitable:0.3.2
//DEPS org.jline:jline:3.23.0
//DEPS org.jline:jline:3.25.0

import de.vandermeer.asciitable.*;
import picocli.CommandLine;
Expand Down
2 changes: 1 addition & 1 deletion properties.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.7.5
//DEPS de.vandermeer:asciitable:0.3.2
//DEPS org.jline:jline:3.23.0
//DEPS org.jline:jline:3.25.0

import de.vandermeer.asciitable.*;
import de.vandermeer.asciithemes.a7.A7_Grids;
Expand Down

0 comments on commit c09fc30

Please sign in to comment.