From c78f17692b3122dda41f01f7843def5a055ef57b Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:53:04 -0700 Subject: [PATCH] Update dependency com.fleeksoft.ksoup:ksoup-ktor2 to v0.1.7 (#1646) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.fleeksoft.ksoup:ksoup-ktor2](https://redirect.github.com/fleeksoft/ksoup) | dependencies | patch | `0.1.6` -> `0.1.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
fleeksoft/ksoup (com.fleeksoft.ksoup:ksoup-ktor2) ### [`v0.1.7`](https://redirect.github.com/fleeksoft/ksoup/releases/tag/0.1.7) [Compare Source](https://redirect.github.com/fleeksoft/ksoup/compare/0.1.6...0.1.7) - Fix ktor2 [#​69](https://redirect.github.com/fleeksoft/ksoup/issues/69) - Bump ktor3 to `3.0.0-rc-1` - Change Stately dep and Bump its version to `2.1.0` - [Parse in quirksmode if no doctype html](https://redirect.github.com/fleeksoft/ksoup/commit/6f59027f35b0633ad9fc0bd0490b3f964414658d) - [Use a SoftPool of ElementIterators vs a single ThreadLocal](https://redirect.github.com/fleeksoft/ksoup/commit/1af54501d72e95b2d57821a4e3e58eb5729e6a26)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index da5a425ff..565520cfe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -224,7 +224,7 @@ kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotl kotlinx-serialization-json-okio = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json-okio", version.ref = "kotlinx-serialization" } -ksoup = "com.fleeksoft.ksoup:ksoup-ktor2:0.1.6" +ksoup = "com.fleeksoft.ksoup:ksoup-ktor2:0.1.7" ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" } ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }