Skip to content

Commit 7c5ee69

Browse files
Bump jsoup from 1.10.2 to 1.12.1
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.10.2 to 1.12.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](jhy/jsoup@jsoup-1.10.2...jsoup-1.12.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 8d29fa5 commit 7c5ee69

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
@@ -74,7 +74,7 @@ dependencies {
7474
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
7575
testCompile group: 'org.mockito', name: 'mockito-core', version: '2.25.1'
7676
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
77-
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.10.2'
77+
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.12.1'
7878
}
7979

8080
jar {

0 commit comments

Comments
 (0)