Skip to content

Commit 36ed969

Browse files
committed
Downgrade log4j dependency
In a81f2bf the dependency 'log4j:log4j:1.2.12' was updated to use 'org.apache.logging.log4j:log4j-core:2.14.1'. As this breaks some usages of the metafacture library when using 'log4j-slf4j-impl' alongside this downgrades the dependecy to use the newest release of 'log4j'.
1 parent a81f2bf commit 36ed969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-biblio/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
exclude group: 'xercesImpl', module: 'xercesImpl'
2828
exclude group: 'xml-apis', module: 'xml-apis'
2929
}
30-
implementation 'org.apache.logging.log4j:log4j-core:2.14.1'
30+
implementation 'log4j:log4j:1.2.17'
3131
testImplementation 'junit:junit:4.12'
3232
testImplementation 'org.mockito:mockito-core:2.5.5'
3333
}

0 commit comments

Comments
 (0)