Skip to content

Commit

Permalink
fix(deps): update jlineversion to v3.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jpenilla committed Dec 23, 2024
1 parent 988f15a commit 3842be9
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 @@ -23,7 +23,7 @@ dependencies {

annotationProcessor("org.apache.logging.log4j", "log4j-core", "2.24.1")

val jlineVersion = "3.27.1"
val jlineVersion = "3.28.0"
implementation(include("org.jline", "jline", jlineVersion))
implementation(include("org.jline", "jline-terminal-jansi", jlineVersion))

Expand Down

0 comments on commit 3842be9

Please sign in to comment.