Skip to content

Commit 31d081b

Browse files
authored
Bump Log4j dependency from 2.15 to 2.16 (#67)
1 parent 575534d commit 31d081b

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.15.0'
43-
testImplementation 'org.apache.logging.log4j:log4j-core:2.15.0'
42+
testImplementation 'org.apache.logging.log4j:log4j-api:2.16.0'
43+
testImplementation 'org.apache.logging.log4j:log4j-core:2.16.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)