Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 (#260)
Browse files Browse the repository at this point in the history
Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.6...v_2.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent e18da2d commit 67fac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ subprojects {
set("jacksonVersion", "2.14.2") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
set("picocliVersion", "4.7.1") // https://mvnrepository.com/artifact/info.picocli/picocli
set("log4jVersion", "2.20.0") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
set("slf4jVersion", "2.0.6") // https://mvnrepository.com/artifact/org.slf4j/slf4j-api
set("slf4jVersion", "2.0.7") // https://mvnrepository.com/artifact/org.slf4j/slf4j-api

set("guavaVersion", "31.1-jre") // https://mvnrepository.com/artifact/com.google.guava/guava
set("junitVersion", "5.9.2") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
Expand Down

0 comments on commit 67fac41

Please sign in to comment.