Skip to content

Commit

Permalink
Bump slf4j-simple from 1.7.35 to 1.7.36 (#78)
Browse files Browse the repository at this point in the history
Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.35 to 1.7.36.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.35...v_1.7.36)

---
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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2022
1 parent 22c55ef commit 07f64ef
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 @@ -36,7 +36,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

// Logging during testing
testImplementation("org.slf4j:slf4j-simple:1.7.35")
testImplementation("org.slf4j:slf4j-simple:1.7.36")

// Getting a free port
testImplementation("org.springframework:spring-core:5.3.15")
Expand Down

0 comments on commit 07f64ef

Please sign in to comment.