From 8f81a22665ee4ec88c34976d113abb1ec97ad823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:42:38 +0000 Subject: [PATCH] build(deps): bump org.jsoup:jsoup from 1.9.2 to 1.15.3 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.9.2 to 1.15.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/jsoup-1.15.3/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.9.2...jsoup-1.15.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- parser/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/build.gradle b/parser/build.gradle index 3605309..5f086bb 100644 --- a/parser/build.gradle +++ b/parser/build.gradle @@ -15,7 +15,7 @@ compileTestJava.options.encoding = 'UTF-8' dependencies { implementation 'joda-time:joda-time:2.8.1' - implementation 'org.jsoup:jsoup:1.9.2' + implementation 'org.jsoup:jsoup:1.15.3' implementation 'org.apache.httpcomponents:fluent-hc:4.5.3' implementation 'org.apache.httpcomponents:httpmime:4.5.3' implementation 'org.json:json:20090211'