Skip to content

Commit

Permalink
Update dependency org.jline:jline-terminal-jansi to v3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent 4fc23cf commit 860d9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation("net.kyori:adventure-text-minimessage:4.10.1-SNAPSHOT")

// Jansi
compileOnly("org.jline:jline-terminal-jansi:3.21.0")
compileOnly("org.jline:jline-terminal-jansi:3.25.1")
}

tasks.withType<Test> {
Expand Down

0 comments on commit 860d9ec

Please sign in to comment.