File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ repositories {
20
20
21
21
dependencies {
22
22
implementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.30'
23
- implementation group : ' org.apache.logging.log4j' , name : ' log4j-slf4j-impl' , version : ' 2.13.3 '
24
- implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.13.3 '
25
- implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.13.3 '
23
+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-slf4j-impl' , version : ' 2.14.0 '
24
+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.14.0 '
25
+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.14.0 '
26
26
27
27
implementation group : ' com.itextpdf' , name : ' itextpdf' , version : ' 5.5.13.2'
28
28
implementation group : ' com.jcraft' , name : ' jsch' , version : ' 0.1.55'
29
29
implementation group : ' org.jfree' , name : ' jfreechart' , version : ' 1.5.1'
30
- testImplementation ' junit:junit:4.13'
30
+ testImplementation ' junit:junit:4.13.1 '
31
31
}
32
32
33
33
tasks. withType(JavaCompile ){
You can’t perform that action at this time.
0 commit comments