Skip to content

Commit 95694cb

Browse files
committed
Update jline to 4.3.1
1 parent 7cb01b8 commit 95694cb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build-logic/src/main/kotlin/velocity-init-manifest.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ tasks.withType<Jar> {
3232
archiveVersion.get()
3333
}
3434
attributes["Implementation-Version"] = velocityHumanVersion
35+
attributes["Enable-Native-Access"] = "ALL-UNNAMED"
3536
}
3637
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ disruptor = "com.lmax:disruptor:4.0.0"
3232
fastutil = "it.unimi.dsi:fastutil:8.5.18"
3333
flare-core = { module = "space.vectrix.flare:flare", version.ref = "flare" }
3434
flare-fastutil = { module = "space.vectrix.flare:flare-fastutil", version.ref = "flare" }
35-
jline = "org.jline:jline-terminal-jansi:3.30.6"
35+
jline = "org.jline:jline-terminal-ffm:4.3.1"
3636
jopt = "net.sf.jopt-simple:jopt-simple:5.0.4"
3737
junit = "org.junit.jupiter:junit-jupiter:6.0.3"
3838
jspecify = "org.jspecify:jspecify:1.0.0"

0 commit comments

Comments
 (0)