Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.9 (#200)
Browse files Browse the repository at this point in the history
* Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.9

Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.9.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update build.gradle

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
  • Loading branch information
dependabot[bot] and pjfanning authored Sep 26, 2023
1 parent f6596d9 commit 34d1e0d
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 @@ -31,12 +31,12 @@ dependencies {
api 'org.apache.poi:poi:5.2.3'
api 'org.apache.poi:poi-ooxml:5.2.3'
implementation 'com.github.pjfanning:poi-shared-strings:2.6.1'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'commons-io:commons-io:2.13.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
testImplementation 'org.mockito:mockito-core:4.11.0'
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.36'
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9'
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.20.0'
}

Expand Down

0 comments on commit 34d1e0d

Please sign in to comment.