From f60d93886ba6f975826321ecf1432d2075814f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 04:37:05 +0000 Subject: [PATCH] chore(deps): bump org.jsoup:jsoup from 1.18.1 to 1.18.2 in /backend Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.1 to 1.18.2. - [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.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index a9640461..7821238a 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -135,7 +135,7 @@ subprojects { implementation 'org.apache.commons:commons-lang3:3.17.0' - implementation("org.jsoup:jsoup:1.18.1") + implementation("org.jsoup:jsoup:1.18.2") implementation("org.jetbrains.exposed:exposed-dao:0.39.2") implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2")