Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-simple to v2.0.9 (#2224)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: paul-dingemans <paul-dingemans@users.noreply.github.com>
  • Loading branch information
renovate[bot] and paul-dingemans committed Sep 3, 2023
1 parent a445205 commit ff3f6f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ If an `EditorConfigProperty` is defined in a `Rule` that is only provided via a
* Update dependency `io.github.oshai:kotlin-logging-jvm` to `v5.1.0` ([#2174](https://github.com/pinterest/ktlint/pull/2174))
* Update kotlin monorepo to v1.9.10 [#2197](https://github.com/pinterest/ktlint/issues/2197)
* Update dependency info.picocli:picocli to v4.7.5 [#2215](https://github.com/pinterest/ktlint/pull/2215)
* Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.0 ([#2221](https://github.com/pinterest/ktlint/pull/2221))
* Move wrapping on semicolon from `wrapping` rule to `statement-wrapping` rule [#2220](https://github.com/pinterest/ktlint/issue/2220)
* Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.0 [#2221](https://github.com/pinterest/ktlint/pull/2221)
* Update dependency org.slf4j:slf4j-simple to v2.0.9 ([#2224](https://github.com/pinterest/ktlint/pull/2224))

## [0.50.0] - 2023-06-29

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.9.0"
ec4j = "org.ec4j.core:ec4j-core:0.3.0"
picocli = "info.picocli:picocli:4.7.5"
logging = "io.github.oshai:kotlin-logging-jvm:5.1.0"
slf4j = "org.slf4j:slf4j-simple:2.0.7"
slf4j = "org.slf4j:slf4j-simple:2.0.9"
poko = "dev.drewhamilton.poko:poko-gradle-plugin:0.15.0"
# Use logback-classic as the logger for kotlin-logging / slf4j as it allow changing the log level at runtime.
logback = "ch.qos.logback:logback-classic:1.3.5"
Expand Down

0 comments on commit ff3f6f5

Please sign in to comment.