Skip to content

Commit f41244c

Browse files
Bump jsoup from 1.13.1 to 1.14.1 (#389)
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.13.1 to 1.14.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](jhy/jsoup@jsoup-1.13.1...jsoup-1.14.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71b539d commit f41244c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ext {
2020
jooq : '3.14.11', // jOOQ
2121
hashids : '1.0.3', // Id hashing
2222
failsafe : '1.1.0', // retry and circuit breakers
23-
jsoup : '1.13.1', // DOM parsing library
23+
jsoup : '1.14.1', // DOM parsing library
2424
lombok : '1.18.20', // Code gen
2525
sitemapgen4j : '1.1.2', // Sitemap generator for SEO
2626
jbcrypt : '0.4', // BCrypt salted hashing library

0 commit comments

Comments
 (0)