fix(deps): update dependency com.fleeksoft.ksoup:ksoup to v0.2.6 (#1161)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.fleeksoft.ksoup:ksoup](https://redirect.github.com/fleeksoft/ksoup) | `0.2.4` → `0.2.6` |  |  | --- ### Release Notes <details> <summary>fleeksoft/ksoup (com.fleeksoft.ksoup:ksoup)</summary> ### [`v0.2.6`](https://redirect.github.com/fleeksoft/ksoup/releases/tag/0.2.6) [Compare Source](https://redirect.github.com/fleeksoft/ksoup/compare/0.2.5...0.2.6) - Updated build + CI (Gradle **9.3.1**, workflow refresh, cleaner build scripts) - Dependency upgrades: Kotlin **2.3.10**, AGP **8.13.2**, Ktor **3.4.0**, plus kotlinx/Okio/Dokka updates - Improved KMP/JS exports (moved to platform-agnostic `@KmpJsExport`) - Aligned code with **jsoup 1.22.1** - Better HTML/XML parsing reliability + expanded fuzz/integration test coverage #### New Contributors - [@​peacefulprogram](https://redirect.github.com/peacefulprogram) made their first contribution in [#​124](https://redirect.github.com/fleeksoft/ksoup/pull/124) **Full Changelog**: <https://github.com/fleeksoft/ksoup/compare/0.2.5...0.2.6> ### [`v0.2.5`](https://redirect.github.com/fleeksoft/ksoup/releases/tag/0.2.5) [Compare Source](https://redirect.github.com/fleeksoft/ksoup/compare/0.2.4...0.2.5) #### 🛠️ Build & Dependencies - Kotlin `2.2.0`, Ktor `3.2.2`, Okio `3.16.0`, kotlinx-io `0.8.0` - Gradle Wrapper updated to `8.14.3` - Removed deprecated: `kotlin.native.ignoreIncorrectDependencies` #### 🔬 CI & Compatibility - GitHub Actions matrix: Java `17`, `21`, `24` - Expanded test coverage: unit, concurrency, edge cases #### ⚙️ Enhancements - Improved DOM performance with `childNodes` cache - Refactored iterators, attribute, and parser logic - Build cleanup and code simplification #### 🐛 Bug Fixes - Base URI resolution, text node whitespace, stream reader edge cases - Maven publish ordering - ✅ Resolved **Bug [#​122](https://redirect.github.com/fleeksoft/ksoup/issues/122)** #### 📚 Documentation - Deprecated `PseudoTextElement` → use `Element#selectNodes` </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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/msfjarvis/compose-lobsters). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
fc67bda7cb
commit
943398bb67
@@ -111,7 +111,7 @@ eithernet-test-fixtures = { module = "com.slack.eithernet:eithernet-test-fixture
|
||||
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
|
||||
haze-blur = { module = "dev.chrisbanes.haze:haze-blur", version.ref = "haze" }
|
||||
htmlconverter = "be.digitalia.compose.htmlconverter:htmlconverter:1.1.0"
|
||||
ksoup = "com.fleeksoft.ksoup:ksoup:0.2.4"
|
||||
ksoup = "com.fleeksoft.ksoup:ksoup:0.2.6"
|
||||
# Referenced in build-logic
|
||||
#noinspection UnusedVersionCatalogEntry
|
||||
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
|
||||
|
||||
Reference in New Issue
Block a user