From a3df87f57d47926e740d8279172a123c63af524e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:28:39 +0200 Subject: [PATCH] Bump org.jsoup:jsoup from 1.16.2 to 1.17.1 (#294) Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.2 to 1.17.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.16.2...jsoup-1.17.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 87104ec0..c9c3fddd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { // vulnerable transitive dependency exclude(group = "org.jsoup", module = "jsoup") } - implementation("org.jsoup:jsoup:1.16.2") + implementation("org.jsoup:jsoup:1.17.1") implementation("org.apache.commons:commons-text:1.11.0") implementation("com.knuddels:jtokkit:0.6.1")