Skip to content

Commit

Permalink
build(deps): bump log4j-slf4j18-impl from 2.13.3 to 2.14.0
Browse files Browse the repository at this point in the history
Bumps log4j-slf4j18-impl from 2.13.3 to 2.14.0.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and KengoTODA committed Nov 23, 2020
1 parent 405f7de commit 40ed8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spotbugs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
api 'org.apache.commons:commons-text:1.9'
api 'org.slf4j:slf4j-api:1.8.0-beta4'
implementation 'net.sf.saxon:Saxon-HE:10.2'
logBinding ('org.apache.logging.log4j:log4j-slf4j18-impl:2.13.3') {
logBinding ('org.apache.logging.log4j:log4j-slf4j18-impl:2.14.0') {
exclude group: 'org.slf4j'
}

Expand All @@ -96,7 +96,7 @@ dependencies {
api 'org.json:json:20200518'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.apache.ant:ant:1.10.9'
testImplementation 'org.apache.logging.log4j:log4j-slf4j18-impl:2.13.1'
testImplementation 'org.apache.logging.log4j:log4j-slf4j18-impl:2.14.0'

guiImplementation sourceSets.main.runtimeClasspath
guiCompileOnly 'com.apple:AppleJavaExtensions:1.4'
Expand Down

0 comments on commit 40ed8b7

Please sign in to comment.