Skip to content

Commit

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

---
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 Aug 9, 2024
1 parent 0dac868 commit ff4abeb
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 @@ -11,7 +11,7 @@ dependencies {
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("com.codeborne:selenide:7.4.1")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.14")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.15")
constraints {
implementation("com.google.guava:guava:33.2.1-jre") {
because("latest compatible version with all dependencies")
Expand Down

0 comments on commit ff4abeb

Please sign in to comment.