File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' de.mint.consoleline'
8- version ' 1.0.7'
8+ version ' 1.0.7-1 '
99
1010java {
1111 toolchain {
@@ -18,12 +18,10 @@ repositories {
1818}
1919
2020dependencies {
21- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.0'
22- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.0'
23- compileOnly ' org.jetbrains:annotations:23.0.0'
21+ compileOnly ' org.jetbrains:annotations:26.0.2-1'
2422 // https://mvnrepository.com/artifact/org.jline/jline
25- implementation group : ' org.jline' , name : ' jline' , version : ' 3.21.0 '
26- implementation group : ' com.github.vlsi.compactmap' , name : ' compactmap' , version : ' 2.0'
23+ implementation group : ' org.jline' , name : ' jline' , version : ' 3.30.6 '
24+ implementation group : ' com.github.vlsi.compactmap' , name : ' compactmap' , version : ' 2.0.1 '
2725 implementation ' org.reflections:reflections:0.10.2'
2826}
2927
You can’t perform that action at this time.
0 commit comments