Skip to content

Commit 2e4452c

Browse files
committed
#15 upgrading to log4j 2.17.2
1 parent 0407107 commit 2e4452c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repositories {
1111

1212
dependencies {
1313
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'
1717

18-
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
18+
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
1919
}
2020

2121
jar {

0 commit comments

Comments
 (0)