From 9e7f51918599dc05c8a0b2083a5ff0c0f7b1ffa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:33:32 +0000 Subject: [PATCH] build(deps): bump org.jsoup:jsoup from 1.18.1 to 1.18.3 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.1 to 1.18.3. - [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.18.1...jsoup-1.18.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- simbot-component-telegram-type/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simbot-component-telegram-type/build.gradle.kts b/simbot-component-telegram-type/build.gradle.kts index 1741db5..29fbf8e 100644 --- a/simbot-component-telegram-type/build.gradle.kts +++ b/simbot-component-telegram-type/build.gradle.kts @@ -65,7 +65,7 @@ kotlin { jvmTest.dependencies { // for gen // https://jsoup.org/download - implementation("org.jsoup:jsoup:1.18.1") + implementation("org.jsoup:jsoup:1.18.3") // poet // https://square.github.io/kotlinpoet/ implementation(libs.kotlinPoet)