Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-simple from 2.0.12 to 2.0.13.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent eee1ab8 commit 5ccea24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poi-excelant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
}
testImplementation 'com.google.guava:guava:32.1.1-jre'
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
testImplementation 'org.slf4j:slf4j-simple:2.0.12'
testImplementation 'org.slf4j:slf4j-simple:2.0.13'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
}

Expand Down
2 changes: 1 addition & 1 deletion poi-integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
}
testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives')
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
testImplementation 'org.slf4j:slf4j-simple:2.0.12'
testImplementation 'org.slf4j:slf4j-simple:2.0.13'
testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}"
}

Expand Down
2 changes: 1 addition & 1 deletion poi-ooxml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ dependencies {
// prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.x dependency
// see https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl:${log4jVersion}"
testImplementation 'org.slf4j:slf4j-simple:2.0.12'
testImplementation 'org.slf4j:slf4j-simple:2.0.13'

broken("org.apache.xmlgraphics:batik-script:${batikVersion}"){
exclude group: 'xalan', module: 'xalan'
Expand Down

0 comments on commit 5ccea24

Please sign in to comment.