From 37e62974c1d18c3e38becdbe62a123bfa1e0a91e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:56:22 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.1 to 1.16.2. - [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.1...jsoup-1.16.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index eb9f066c..afc38b37 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ subprojects { val dbUtilsVersion = "1.8.1" // https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils val freemarkerVersion = "2.3.32" // https://mvnrepository.com/artifact/org.freemarker/freemarker - val jsoupVersion = "1.16.1" // https://mvnrepository.com/artifact/org.jsoup/jsoup + val jsoupVersion = "1.16.2" // https://mvnrepository.com/artifact/org.jsoup/jsoup val kotlinLoggingVersion = "3.0.5" // https://mvnrepository.com/artifact/io.github.microutils/kotlin-logging val kryoVersion = "5.5.0" // https://mvnrepository.com/artifact/com.esotericsoftware/kryo val quarkusVersion = "3.4.2" // https://mvnrepository.com/artifact/io.quarkus.platform/quarkus-bom