Skip to content

Commit 5d074e1

Browse files
authored
Merge pull request #358 from gocd-contrib/dependabot/gradle/org.jsoup-jsoup-1.20.1
Bump org.jsoup:jsoup from 1.19.1 to 1.20.1
2 parents db28c8d + 51fd177 commit 5d074e1

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
@@ -81,7 +81,7 @@ dependencies {
8181
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.1'
8282
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
8383
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
84-
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.19.1'
84+
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.20.1'
8585
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.12.0'
8686

8787
testImplementation platform('org.junit:junit-bom:5.12.1')

0 commit comments

Comments
 (0)