File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ val jupiterVersion: String by project
1919val commonsIoVersion: String by project
2020val auth0JwtVersion: String by project
2121val vertxVersion: String by project
22+ val slf4jVersion: String by project
2223
2324group = cliGroup
2425version = projectVersion
@@ -36,8 +37,8 @@ dependencies {
3637
3738 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2" )
3839 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" )
39- implementation(" org.slf4j:slf4j-api:1.7.33 " )
40- implementation(" org.slf4j:slf4j-nop:1.7.33 " )
40+ implementation(" org.slf4j:slf4j-api:$slf4jVersion " )
41+ implementation(" org.slf4j:slf4j-nop:$slf4jVersion " )
4142 implementation(" io.vertx:vertx-core:$vertxVersion " )
4243 implementation(" io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion " )
4344 implementation(" io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion " )
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ bouncycastleVersion = 1.69
1313jupiterVersion = 5.8.0
1414commonsIoVersion = 2.11.0
1515auth0JwtVersion = 3.18.2
16+ slf4jVersion =1.7.33
1617
1718kotlinVersion =1.6.10
You can’t perform that action at this time.
0 commit comments