Skip to content

Commit 3d6cc96

Browse files
fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog to v2025.3.5 (#304)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog](https://redirect.github.com/JetBrains/kotlin-wrappers) | `2025.3.3` -> `2025.3.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog/2025.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog/2025.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog/2025.3.3/2025.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog/2025.3.3/2025.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog)</summary> ### [`v2025.3.5`](https://redirect.github.com/JetBrains/kotlin-wrappers/releases/tag/2025.3.5) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2025.3.4...2025.3.5) **Full Changelog**: JetBrains/kotlin-wrappers@2025.3.4...2025.3.5 ### [`v2025.3.4`](https://redirect.github.com/JetBrains/kotlin-wrappers/releases/tag/2025.3.4) [Compare Source](https://redirect.github.com/JetBrains/kotlin-wrappers/compare/2025.3.3...2025.3.4) **Full Changelog**: JetBrains/kotlin-wrappers@2025.3.3...2025.3.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1dbbb69 commit 3d6cc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencyResolutionManagement {
3737

3838
versionCatalogs {
3939
val kotlinWrappers by registering {
40-
from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:2025.3.3")
40+
from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:2025.3.5")
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)