Skip to content

Commit

Permalink
chore(deps): bump org.slf4j:slf4j-api from 2.0.3 to 2.0.7 (eclipse-tr…
Browse files Browse the repository at this point in the history
…actusx#234)

Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.7.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.3...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] authored Apr 18, 2023
1 parent 46ddeab commit e1dab28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ allprojects {
}
dependencies {
implementation("org.projectlombok:lombok:1.18.26")
implementation("org.slf4j:slf4j-api:2.0.5")
implementation("org.slf4j:slf4j-api:2.0.7")
// this is used to counter version conflicts between the JUnit version pulled in by the plugin,
// and the one expected by IntelliJ
testImplementation(platform("org.junit:junit-bom:5.9.2"))
Expand Down
2 changes: 1 addition & 1 deletion edc-tests/cucumber/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testImplementation("org.junit.platform:junit-platform-suite:1.9.2")
testImplementation("io.cucumber:cucumber-java:7.11.2")
testImplementation("io.cucumber:cucumber-junit-platform-engine:7.11.2")
testImplementation("org.slf4j:slf4j-api:2.0.3")
testImplementation("org.slf4j:slf4j-api:2.0.7")
testImplementation(libs.restAssured)
testImplementation(libs.postgres)
testImplementation(libs.awaitility)
Expand Down

0 comments on commit e1dab28

Please sign in to comment.