Skip to content

Commit

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

---
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 Sep 13, 2024
1 parent 8d47054 commit f564d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.22.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.22.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.20.0' // Bridges v1 to v2 for other code in other libs
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.12'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.16'
implementation group: 'commons-logging', name: 'commons-logging', version: '1.3.0'

// Image processing lib
Expand Down
2 changes: 1 addition & 1 deletion clientserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.22.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.22.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.20.0' // Bridges v1 to v2 for other code in other libs
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.12'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.16'
implementation group: 'commons-logging', name: 'commons-logging', version: '1.3.0'

// Better JSON functions...
Expand Down

0 comments on commit f564d94

Please sign in to comment.