Skip to content

Commit

Permalink
Bump depSlf4jVersion from 2.0.11 to 2.0.12 (#162)
Browse files Browse the repository at this point in the history
Bumps `depSlf4jVersion` from 2.0.11 to 2.0.12.

Updates `org.slf4j:slf4j-api` from 2.0.11 to 2.0.12

Updates `org.slf4j:slf4j-simple` from 2.0.11 to 2.0.12

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 14, 2024
1 parent b96190c commit acc7401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
depJunitVersion = "5.10.1"
depLombokVersion = "1.18.16"
depMockitoVersion = "5.10.0"
depSlf4jVersion = "2.0.11"
depSlf4jVersion = "2.0.12"
}

apply from: 'gradle/quality.gradle'
Expand Down

0 comments on commit acc7401

Please sign in to comment.