Skip to content

Commit f423470

Browse files
authored
Merge pull request #296 from gocd-contrib/dependabot/gradle/org.jsoup-jsoup-1.18.3
Bump org.jsoup:jsoup from 1.18.2 to 1.18.3
2 parents 3a15bc9 + 8b34866 commit f423470

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
@@ -103,7 +103,7 @@ dependencies {
103103
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: project.versions.mockito
104104
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
105105
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
106-
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.2'
106+
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.3'
107107
}
108108

109109
test {

0 commit comments

Comments
 (0)