Skip to content

Commit

Permalink
fix: bump the other-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the other-dependencies group with 1 update: org.slf4j:slf4j-api.


Updates `org.slf4j:slf4j-api` from 2.0.9 to 2.0.10

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 29, 2023
1 parent 446e6d9 commit c59b7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
// Other
implementation 'org.apache.httpcomponents:httpcore:4.4.16' // Needed for DB connection security
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'org.slf4j:slf4j-api:2.0.10'
}

0 comments on commit c59b7d2

Please sign in to comment.