File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ val deploy: Configuration by configurations.creating
164
164
165
165
dependencies {
166
166
val junitVersion = " 5.6.2"
167
+ val slf4jVersion = " 1.7.29"
168
+
167
169
testImplementation(" org.junit.jupiter:junit-jupiter-api:$junitVersion " )
168
170
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:$junitVersion " )
169
171
testImplementation(kotlin(" test" ))
@@ -184,12 +186,12 @@ dependencies {
184
186
compileOnly(kotlin(" scripting-compiler-impl" ))
185
187
186
188
implementation(" org.apache.maven:maven-core:3.0.3" )
187
- implementation(" org.slf4j:slf4j-api:1.7.29 " )
189
+ implementation(" org.slf4j:slf4j-api:$slf4jVersion " )
188
190
implementation(" khttp:khttp:1.0.0" )
189
191
implementation(" org.zeromq:jeromq:0.3.5" )
190
192
implementation(" com.beust:klaxon:5.2" )
191
193
implementation(" com.github.ajalt:clikt:2.3.0" )
192
- runtimeOnly(" org.slf4j:slf4j-simple:1.7.29 " )
194
+ runtimeOnly(" org.slf4j:slf4j-simple:$slf4jVersion " )
193
195
runtimeOnly(" org.jetbrains.kotlin:jcabi-aether:1.0-dev-3" ) {
194
196
exclude(" org.slf4j" , " slf4j-log4j12" )
195
197
}
You can’t perform that action at this time.
0 commit comments