Skip to content

Commit

Permalink
REN - Update dependency media.kamel:kamel-image-default to v1.0.3 (#140)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[media.kamel:kamel-image-default](https://redirect.github.com/Kamel-Media/Kamel)
| `1.0.2` -> `1.0.3` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/media.kamel:kamel-image-default/1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/media.kamel:kamel-image-default/1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/media.kamel:kamel-image-default/1.0.2/1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/media.kamel:kamel-image-default/1.0.2/1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Kamel-Media/Kamel (media.kamel:kamel-image-default)</summary>

###
[`v1.0.3`](https://redirect.github.com/Kamel-Media/Kamel/releases/tag/v1.0.3)

-   kotlin `2.1.0`
-   compose `1.7.3`

##### Fixes

- [#&#8203;37](https://redirect.github.com/Kamel-Media/Kamel/issues/37)
preview from `androidMain` or `commonMain` in compose preview in [latest
Intellij
EAP](https://youtrack.jetbrains.com/issue/KTIJ-32720/Support-common-org.jetbrains.compose.ui.tooling.preview.Preview-in-IDEA-and-Android-Studio#focus=Comments-27-11400795.0-0)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/StefanLobbenmeier/yt-dlp-compose).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent cafd492 commit 436a824
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 @@ -38,7 +38,7 @@ dependencies {
val kotestVersion = "5.9.1"
val kotlinProcessVersion = "1.5"
val kotlinxSerializationVersion = "1.8.0"
val kamelVersion = "1.0.2"
val kamelVersion = "1.0.3"

implementation(compose.desktop.currentOs)

Expand Down

0 comments on commit 436a824

Please sign in to comment.