Skip to content

Commit

Permalink
Upgrade the console launcher to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Jun 4, 2024
1 parent 3d01d75 commit 55ef873
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"comment" : "An inventory of resolved dependency versions. Do not edit this file directly.",
"configurationGroups" : {
"main_dependencies" : {
"com.carrotsearch.console:launcher:1.1.3" : "4c9ff4c6,refs=2",
"com.carrotsearch.console:launcher:1.1.4" : "4c9ff4c6,refs=2",
"com.carrotsearch.progresso:progresso:1.8.2" : "4c9ff4c6,refs=2",
"com.carrotsearch.progresso:progresso-consolewidth-unixish:1.8.2" : "4c9ff4c6,refs=2",
"com.carrotsearch.progresso:progresso-log4j2:1.8.2" : "4c9ff4c6,refs=2",
Expand All @@ -14,15 +14,15 @@
"org.antlr:antlr4-runtime:4.13.1" : "4c9ff4c6,refs=2",
"org.apache.commons:commons-lang3:3.11" : "4c9ff4c6,refs=2",
"org.apache.commons:commons-math3:3.6.1" : "236177a6,refs=2",
"org.apache.logging.log4j:log4j-api:2.19.0" : "4c9ff4c6,refs=2",
"org.apache.logging.log4j:log4j-core:2.19.0" : "4c9ff4c6,refs=2",
"org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0" : "4c9ff4c6,refs=2",
"org.apache.logging.log4j:log4j-api:2.23.1" : "4c9ff4c6,refs=2",
"org.apache.logging.log4j:log4j-core:2.23.1" : "4c9ff4c6,refs=2",
"org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1" : "4c9ff4c6,refs=2",
"org.apache.velocity:velocity-engine-core:2.3" : "4c9ff4c6,refs=2",
"org.openjdk.jmh:jmh-core:1.37" : "236177a6,refs=2",
"org.slf4j:slf4j-api:2.0.3" : "4c9ff4c6,refs=2"
"org.slf4j:slf4j-api:2.0.9" : "4c9ff4c6,refs=2"
},
"test_dependencies" : {
"com.carrotsearch.console:launcher:1.1.3" : "5ece2686,refs=2",
"com.carrotsearch.console:launcher:1.1.4" : "5ece2686,refs=2",
"com.carrotsearch.progresso:progresso:1.8.2" : "5ece2686,refs=2",
"com.carrotsearch.progresso:progresso-consolewidth-unixish:1.8.2" : "5ece2686,refs=2",
"com.carrotsearch.progresso:progresso-log4j2:1.8.2" : "5ece2686,refs=2",
Expand All @@ -37,14 +37,14 @@
"org.antlr:antlr4-runtime:4.13.1" : "5ece2686,refs=2",
"org.apache.commons:commons-lang3:3.11" : "5ece2686,refs=2",
"org.apache.commons:commons-math3:3.6.1" : "358fa966,refs=2",
"org.apache.logging.log4j:log4j-api:2.19.0" : "5ece2686,refs=2",
"org.apache.logging.log4j:log4j-core:2.19.0" : "5ece2686,refs=2",
"org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0" : "5ece2686,refs=2",
"org.apache.logging.log4j:log4j-api:2.23.1" : "5ece2686,refs=2",
"org.apache.logging.log4j:log4j-core:2.23.1" : "5ece2686,refs=2",
"org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1" : "5ece2686,refs=2",
"org.apache.velocity:velocity-engine-core:2.3" : "5ece2686,refs=2",
"org.assertj:assertj-core:3.25.3" : "72da68d0,refs=6",
"org.hamcrest:hamcrest-core:1.3" : "72da68d0,refs=6",
"org.openjdk.jmh:jmh-core:1.37" : "358fa966,refs=2",
"org.slf4j:slf4j-api:2.0.3" : "5ece2686,refs=2"
"org.slf4j:slf4j-api:2.0.9" : "5ece2686,refs=2"
}
},
"because" : {
Expand Down
2 changes: 1 addition & 1 deletion versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
antlr = "4.13.1"
assertj = "3.25.3"
carrotsearch-console = "1.1.3"
carrotsearch-console = "1.1.4"
commons-codec = "1.17.0"
fastutil = "8.5.13"
# @keep This is GJF version for spotless/ tidy.
Expand Down

0 comments on commit 55ef873

Please sign in to comment.