Skip to content

Commit 1b9ace3

Browse files
authored
Bump version of log4j-api and log4j-core (#65)
1 parent 886d5c4 commit 1b9ace3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ dependencies {
3939

4040
// Use JUnit test framework
4141
testImplementation 'junit:junit:4.13.2'
42-
testImplementation 'org.apache.logging.log4j:log4j-api:2.14.1'
43-
testImplementation 'org.apache.logging.log4j:log4j-core:2.14.1'
42+
testImplementation 'org.apache.logging.log4j:log4j-api:2.15.0'
43+
testImplementation 'org.apache.logging.log4j:log4j-core:2.15.0'
4444
testImplementation 'com.github.stefanbirkner:system-rules:1.19.0'
4545
testImplementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.980'
4646

0 commit comments

Comments
 (0)