Skip to content

Commit

Permalink
Merge pull request #5097 from JabRef/dependabot/gradle/org.apache.log…
Browse files Browse the repository at this point in the history
…ging.log4j-log4j-core-2.12.0

Bump log4j-core from 2.11.2 to 2.12.0
  • Loading branch information
Siedlerchr committed Jul 1, 2019
2 parents f654aca + f641cd5 commit 4421cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ dependencies {
compile 'org.apache.logging.log4j:log4j-slf4j18-impl:2.12.0'
compile 'org.apache.logging.log4j:log4j-jcl:2.12.0'
compile 'org.apache.logging.log4j:log4j-api:2.11.2'
compile 'org.apache.logging.log4j:log4j-core:2.11.2'
compile 'org.apache.logging.log4j:log4j-core:2.12.0'

compile 'de.undercouch:citeproc-java:1.0.1'

Expand All @@ -161,7 +161,7 @@ dependencies {
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.2'
testCompile 'org.junit.platform:junit-platform-launcher:1.4.2'

testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1'
testRuntime 'org.apache.logging.log4j:log4j-core:2.12.0'
testRuntime 'org.apache.logging.log4j:log4j-jul:2.12.0'
testCompile 'org.mockito:mockito-core:2.28.2'
testCompile 'com.github.tomakehurst:wiremock:2.23.2'
Expand Down

0 comments on commit 4421cb3

Please sign in to comment.