File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ dependencies {
17
17
implementation(" commons-io:commons-io:2.11.0" )
18
18
implementation(" org.bouncycastle:bcprov-jdk15on:1.70" )
19
19
20
- implementation(" org.apache.logging.log4j:log4j-iostreams:2.19.0" )
20
+ val log4jVersion = " 2.19.0"
21
+ implementation(" org.apache.logging.log4j:log4j-iostreams:$log4jVersion " )
21
22
implementation(" org.assertj:assertj-core:3.23.1" )
22
23
23
24
val junitVersion = " 5.9.1"
@@ -26,8 +27,9 @@ dependencies {
26
27
27
28
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:$junitVersion " )
28
29
testRuntimeOnly(" org.junit.platform:junit-platform-console:1.9.1" )
29
- testRuntimeOnly(" org.slf4j:jul-to-slf4j:1.7.36" )
30
- testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.19.0" )
30
+ testRuntimeOnly(" org.slf4j:jul-to-slf4j:2.0.3" )
31
+ testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j2-impl:$log4jVersion " )
32
+ testRuntimeOnly(" org.apache.logging.log4j:log4j-core:$log4jVersion " )
31
33
}
32
34
33
35
val javaVersion = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments