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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mbode committed Aug 9, 2024
1 parent eb23037 commit 9d9b6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
testImplementation("org.mockito:mockito-junit-jupiter:5.12.0")

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.14")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.15")
}

tasks.named<Test>("test") {
Expand All @@ -55,7 +55,7 @@ testing {
implementation("org.mockito:mockito-junit-jupiter:5.12.0")

runtimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
runtimeOnly("org.slf4j:slf4j-simple:2.0.14")
runtimeOnly("org.slf4j:slf4j-simple:2.0.15")
}
}
register<JvmTestSuite>("integrationTest") {
Expand Down

0 comments on commit 9d9b6b8

Please sign in to comment.