Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated method and class impl #336

Merged
merged 5 commits into from
Jul 12, 2023
Merged

Deprecated method and class impl #336

merged 5 commits into from
Jul 12, 2023

Conversation

oshai
Copy link
Owner

@oshai oshai commented Jul 12, 2023

No description provided.

@oshai oshai merged commit bd0b8f7 into master Jul 12, 2023
9 checks passed
@oshai oshai deleted the deprecated_stuff branch July 12, 2023 23:30
StefanLobbenmeier referenced this pull request in StefanLobbenmeier/yt-dlp-compose Jul 24, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.github.oshai:kotlin-logging-jvm](https://togithub.com/oshai/kotlin-logging)
| `4.0.0` -> `5.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.oshai:kotlin-logging-jvm/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.oshai:kotlin-logging-jvm/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.oshai:kotlin-logging-jvm/4.0.0/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.oshai:kotlin-logging-jvm/4.0.0/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>oshai/kotlin-logging
(io.github.oshai:kotlin-logging-jvm)</summary>

###
[`v5.0.1`](https://togithub.com/oshai/kotlin-logging/releases/tag/5.0.1)

[Compare
Source](https://togithub.com/oshai/kotlin-logging/compare/5.0.0...5.0.1)

#### What's Changed

- fix deprecated "replaceMe" directive by
[@&#8203;oshai](https://togithub.com/oshai) in
[https://github.com/oshai/kotlin-logging/pull/340](https://togithub.com/oshai/kotlin-logging/pull/340)

**Full Changelog**:
oshai/kotlin-logging@5.0.0...5.0.1

###
[`v5.0.0`](https://togithub.com/oshai/kotlin-logging/releases/tag/5.0.0)

#### What's Changed

- V5 by [@&#8203;oshai](https://togithub.com/oshai) in
[https://github.com/oshai/kotlin-logging/pull/330](https://togithub.com/oshai/kotlin-logging/pull/330)
- Append entries of payload to LoggingEventBuilder by
[@&#8203;imherrera](https://togithub.com/imherrera) in
[https://github.com/oshai/kotlin-logging/pull/331](https://togithub.com/oshai/kotlin-logging/pull/331)
- Split cases to with / without payload. by
[@&#8203;oshai](https://togithub.com/oshai) in
[https://github.com/oshai/kotlin-logging/pull/335](https://togithub.com/oshai/kotlin-logging/pull/335)
- Deprecated method and class impl by
[@&#8203;oshai](https://togithub.com/oshai) in
[https://github.com/oshai/kotlin-logging/pull/336](https://togithub.com/oshai/kotlin-logging/pull/336)

#### New Contributors

- [@&#8203;imherrera](https://togithub.com/imherrera) made their first
contribution in
[https://github.com/oshai/kotlin-logging/pull/331](https://togithub.com/oshai/kotlin-logging/pull/331)

**Full Changelog**:
oshai/kotlin-logging@4.0.1...5.0.0

###
[`v4.0.1`](https://togithub.com/oshai/kotlin-logging/releases/tag/4.0.1)

[Compare
Source](https://togithub.com/oshai/kotlin-logging/compare/4.0.0...4.0.1)

#### What's Changed

- Bump org.jetbrains.dokka from 1.8.10 to 1.8.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/oshai/kotlin-logging/pull/324](https://togithub.com/oshai/kotlin-logging/pull/324)
- Bump multiplatform from 1.8.20 to 1.8.22 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/oshai/kotlin-logging/pull/326](https://togithub.com/oshai/kotlin-logging/pull/326)
- Bump com.diffplug.spotless from 6.17.0 to 6.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/oshai/kotlin-logging/pull/325](https://togithub.com/oshai/kotlin-logging/pull/325)
- change android to depend on slf4j2 by default by
[@&#8203;oshai](https://togithub.com/oshai) in
[https://github.com/oshai/kotlin-logging/pull/328](https://togithub.com/oshai/kotlin-logging/pull/328)

**Full Changelog**:
oshai/kotlin-logging@4.0.0...4.0.1

</details>

---

### 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 becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/StefanLobbenmeier/yt-dlp-compose).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant