From 8b976a2049abe7b000fd7298cae321b3a2b6c4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 05:33:47 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.21.2 to 1.23.1 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.21.2 to 1.23.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.21.2...jsoup-1.23.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.23.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- wear/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2fb815a6..73967639 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -93,7 +93,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.10.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0") - implementation("org.jsoup:jsoup:1.21.2") + implementation("org.jsoup:jsoup:1.23.1") implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("androidx.work:work-runtime-ktx:2.9.1") diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index d00be180..6dee6f80 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -93,7 +93,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.10.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0") - implementation("org.jsoup:jsoup:1.21.2") + implementation("org.jsoup:jsoup:1.23.1") implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("androidx.core:core-ktx:1.15.0") testImplementation("junit:junit:4.13.2")