Skip to content

Commit 430cf6b

Browse files
dependabot-preview[bot]ketan
authored andcommitted
Bump jsoup from 1.11.3 to 1.12.1
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.11.3 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.11.3...jsoup-1.12.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent feb79e6 commit 430cf6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ dependencies {
6060
testCompile group: 'org.mockito', name: 'mockito-core', version: '2.28.2'
6161
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
6262
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
63-
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.11.3'
63+
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.12.1'
6464
testCompile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.0.0'
65-
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.11.3'
65+
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.12.1'
6666
}
6767

6868
sourceSets {

0 commit comments

Comments
 (0)