Skip to content

Commit a7295dc

Browse files
Bump org.jsoup:jsoup from 1.20.1 to 1.21.1
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.20.1 to 1.21.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.20.1...jsoup-1.21.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d671568 commit a7295dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wrapper {
2424

2525
repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() }
2626
dependencies {
27-
implementation 'org.jsoup:jsoup:1.20.1'
27+
implementation 'org.jsoup:jsoup:1.21.1'
2828
implementation 'in.wilsonl.minifyhtml:minify-html:0.15.0'
2929
implementation 'commons-io:commons-io:2.20.0'
3030
implementation 'com.google.javascript:closure-compiler:v20240317'

0 commit comments

Comments
 (0)