dennisschroeder / khome

Khome is a smart home automation library for Home Assistant written in Kotlin.
MIT License
115 stars 7 forks source link

chore(deps): Update dependency io.github.microutils:kotlin-logging to v3 #204

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.microutils:kotlin-logging 1.12.0 -> 3.0.5 age adoption passing confidence

Release Notes

oshai/kotlin-logging (io.github.microutils:kotlin-logging) ### [`v3.0.5`](https://togithub.com/oshai/kotlin-logging/releases/tag/3.0.5) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/3.0.4...3.0.5) #### What's Changed - build(deps): bump kotlin multiplatform from 1.7.20 to 1.7.21 by [@​yeikel](https://togithub.com/yeikel) in [https://github.com/oshai/kotlin-logging/pull/261](https://togithub.com/oshai/kotlin-logging/pull/261) - upgrade kotlin to 1.8.0 by [@​oshai](https://togithub.com/oshai) in [https://github.com/oshai/kotlin-logging/pull/267](https://togithub.com/oshai/kotlin-logging/pull/267) - update links by [@​oshai](https://togithub.com/oshai) in [https://github.com/oshai/kotlin-logging/pull/268](https://togithub.com/oshai/kotlin-logging/pull/268) **Full Changelog**: https://github.com/oshai/kotlin-logging/compare/3.0.4...3.0.5 ### [`v3.0.4`](https://togithub.com/oshai/kotlin-logging/releases/tag/3.0.4) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/3.0.3...3.0.4) #### What's Changed - set jvmTarget back to 8 by [@​oshai](https://togithub.com/oshai) in [https://github.com/MicroUtils/kotlin-logging/pull/258](https://togithub.com/MicroUtils/kotlin-logging/pull/258) - add ktfmtCheck to CI by [@​oshai](https://togithub.com/oshai) in [https://github.com/MicroUtils/kotlin-logging/pull/259](https://togithub.com/MicroUtils/kotlin-logging/pull/259) **Full Changelog**: https://github.com/MicroUtils/kotlin-logging/compare/3.0.3...3.0.4 ### [`v3.0.3`](https://togithub.com/oshai/kotlin-logging/releases/tag/3.0.3) #### What's Changed - add "Automatic-Module-Name" for [#​223](https://togithub.com/oshai/kotlin-logging/issues/223) by [@​oshai](https://togithub.com/oshai) in [https://github.com/MicroUtils/kotlin-logging/pull/256](https://togithub.com/MicroUtils/kotlin-logging/pull/256) - reword slf4j usage for [#​229](https://togithub.com/oshai/kotlin-logging/issues/229) by [@​oshai](https://togithub.com/oshai) in [https://github.com/MicroUtils/kotlin-logging/pull/255](https://togithub.com/MicroUtils/kotlin-logging/pull/255) - add simple native test (main) by [@​oshai](https://togithub.com/oshai) in [https://github.com/MicroUtils/kotlin-logging/pull/219](https://togithub.com/MicroUtils/kotlin-logging/pull/219) **Full Changelog**: https://github.com/MicroUtils/kotlin-logging/compare/3.0.1...3.0.3 ### [`v3.0.0`](https://togithub.com/oshai/kotlin-logging/releases/tag/3.0.0) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/2.1.23...3.0.0) #### What's Changed **Major version upgrade to 3.0.0 to reflect upgrade of slf4j to 2.x.** - Upgrade slf4j 1.x->2.x by [@​yeikel](https://togithub.com/yeikel) in [https://github.com/MicroUtils/kotlin-logging/pull/234](https://togithub.com/MicroUtils/kotlin-logging/pull/234) - fix kdoc of mu.KotlinLogging.logger by [@​aivantsov](https://togithub.com/aivantsov) in [https://github.com/MicroUtils/kotlin-logging/pull/230](https://togithub.com/MicroUtils/kotlin-logging/pull/230) - remove 1.x links from readme by [@​oshai](https://togithub.com/oshai) in [https://github.com/MicroUtils/kotlin-logging/pull/231](https://togithub.com/MicroUtils/kotlin-logging/pull/231) - build(deps): bump log4j from 2.17.1 to 2.18.0 by [@​yeikel](https://togithub.com/yeikel) in [https://github.com/MicroUtils/kotlin-logging/pull/235](https://togithub.com/MicroUtils/kotlin-logging/pull/235) - Create SECURITY.md by [@​oshai](https://togithub.com/oshai) in [https://github.com/MicroUtils/kotlin-logging/pull/237](https://togithub.com/MicroUtils/kotlin-logging/pull/237) - Bump gradle wrapper to 7.5.1 by [@​yeikel](https://togithub.com/yeikel) in [https://github.com/MicroUtils/kotlin-logging/pull/238](https://togithub.com/MicroUtils/kotlin-logging/pull/238) #### New Contributors - [@​aivantsov](https://togithub.com/aivantsov) made their first contribution in [https://github.com/MicroUtils/kotlin-logging/pull/230](https://togithub.com/MicroUtils/kotlin-logging/pull/230) - [@​yeikel](https://togithub.com/yeikel) made their first contribution in [https://github.com/MicroUtils/kotlin-logging/pull/235](https://togithub.com/MicroUtils/kotlin-logging/pull/235) **Full Changelog**: https://github.com/MicroUtils/kotlin-logging/compare/2.1.23...3.0.0 ### [`v2.1.23`](https://togithub.com/oshai/kotlin-logging/releases/tag/2.1.23) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/2.1.21...2.1.23) #### What's Changed - update log4j to 2.17.1 by [@​imsprathap](https://togithub.com/imsprathap) in [https://github.com/MicroUtils/kotlin-logging/pull/222](https://togithub.com/MicroUtils/kotlin-logging/pull/222) - Add support for os_log on Apple platforms by [@​conradev](https://togithub.com/conradev) in [https://github.com/MicroUtils/kotlin-logging/pull/227](https://togithub.com/MicroUtils/kotlin-logging/pull/227) #### New Contributors - [@​imsprathap](https://togithub.com/imsprathap) made their first contribution in [https://github.com/MicroUtils/kotlin-logging/pull/222](https://togithub.com/MicroUtils/kotlin-logging/pull/222) - [@​conradev](https://togithub.com/conradev) made their first contribution in [https://github.com/MicroUtils/kotlin-logging/pull/227](https://togithub.com/MicroUtils/kotlin-logging/pull/227) **Full Changelog**: https://github.com/MicroUtils/kotlin-logging/compare/2.1.21...2.1.23 ### [`v2.1.21`](https://togithub.com/oshai/kotlin-logging/releases/tag/2.1.21) #### What's Changed - update log4j to 2.17.0 by [@​oshai](https://togithub.com/oshai) in [https://github.com/MicroUtils/kotlin-logging/pull/215](https://togithub.com/MicroUtils/kotlin-logging/pull/215) **Full Changelog**: https://github.com/MicroUtils/kotlin-logging/compare/2.1.17...2.1.21 ### [`v2.1.17`](https://togithub.com/oshai/kotlin-logging/releases/tag/2.1.17) #### What's Changed - Upgrade to JUnit5 by [@​severn-everett](https://togithub.com/severn-everett) in [https://github.com/MicroUtils/kotlin-logging/pull/204](https://togithub.com/MicroUtils/kotlin-logging/pull/204) - Fix critical vulnerability in log4j by [@​stigkj](https://togithub.com/stigkj) in [https://github.com/MicroUtils/kotlin-logging/pull/207](https://togithub.com/MicroUtils/kotlin-logging/pull/207) - Addressing points raised in detektJvmMain task by [@​severn-everett](https://togithub.com/severn-everett) in [https://github.com/MicroUtils/kotlin-logging/pull/203](https://togithub.com/MicroUtils/kotlin-logging/pull/203) - Upgraded Dokka to 1.6.0 by [@​severn-everett](https://togithub.com/severn-everett) in [https://github.com/MicroUtils/kotlin-logging/pull/209](https://togithub.com/MicroUtils/kotlin-logging/pull/209) - Upgraded log4j from 2.15.0 to 2.16.0 (CVE-2021-45046) by [@​evmetatron](https://togithub.com/evmetatron) in [https://github.com/MicroUtils/kotlin-logging/pull/211](https://togithub.com/MicroUtils/kotlin-logging/pull/211) #### New Contributors - [@​severn-everett](https://togithub.com/severn-everett) made their first contribution in [https://github.com/MicroUtils/kotlin-logging/pull/204](https://togithub.com/MicroUtils/kotlin-logging/pull/204) - [@​stigkj](https://togithub.com/stigkj) made their first contribution in [https://github.com/MicroUtils/kotlin-logging/pull/207](https://togithub.com/MicroUtils/kotlin-logging/pull/207) - [@​evmetatron](https://togithub.com/evmetatron) made their first contribution in [https://github.com/MicroUtils/kotlin-logging/pull/211](https://togithub.com/MicroUtils/kotlin-logging/pull/211) **Full Changelog**: https://github.com/MicroUtils/kotlin-logging/compare/2.1.15...2.1.17 ### [`v2.1.15`](https://togithub.com/oshai/kotlin-logging/releases/tag/2.1.15) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/2.1.14...2.1.15) #### What's Changed - upgrade kotlin 1.6.0 <- 1.5.21 by [@​oshai](https://togithub.com/oshai) in [https://github.com/MicroUtils/kotlin-logging/pull/202](https://togithub.com/MicroUtils/kotlin-logging/pull/202) **Full Changelog**: https://github.com/MicroUtils/kotlin-logging/compare/2.1.14...2.1.15 ### [`v2.0.11`](https://togithub.com/oshai/kotlin-logging/compare/2.0.10...2.0.11) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/2.0.10...2.0.11) ### [`v2.0.10`](https://togithub.com/oshai/kotlin-logging/compare/2.0.8...2.0.10) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/2.0.8...2.0.10) ### [`v2.0.5`](https://togithub.com/oshai/kotlin-logging/compare/2.0.4...2.0.5) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/2.0.4...2.0.5) ### [`v2.0.4`](https://togithub.com/oshai/kotlin-logging/compare/2.0.3...2.0.4) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/2.0.3...2.0.4) ### [`v2.0.3`](https://togithub.com/oshai/kotlin-logging/compare/2.0.2...2.0.3) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/2.0.2...2.0.3) ### [`v1.12.1`](https://togithub.com/oshai/kotlin-logging/compare/1.12.0...1.12.1) [Compare Source](https://togithub.com/oshai/kotlin-logging/compare/1.12.0...1.12.1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.