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 @@ -11,11 +11,11 @@ repositories {
11
11
12
12
dependencies {
13
13
api group : ' directory-network' , name : ' mina' , version : ' 0.8.0'
14
- api group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.13.3 '
15
- api group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.13.3 '
16
- api group : ' org.apache.logging.log4j' , name : ' log4j-1.2-api' , version : ' 2.13.3 '
14
+ api group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.17.2 '
15
+ api group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.17.2 '
16
+ api group : ' org.apache.logging.log4j' , name : ' log4j-1.2-api' , version : ' 2.17.2 '
17
17
18
- testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.1 '
18
+ testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.2 '
19
19
}
20
20
21
21
jar {
You can’t perform that action at this time.
0 commit comments