Skip to content

Commit 1479981

Browse files
authored
Merge pull request #1151 from gocd/dependabot/gradle/org.jsoup-jsoup-1.19.1
Bump org.jsoup:jsoup from 1.18.3 to 1.19.1
2 parents b4a5a40 + def35a7 commit 1479981

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
@@ -121,7 +121,7 @@ dependencies {
121121
testImplementation platform('org.mockito:mockito-bom:5.15.2')
122122
testImplementation group: 'org.mockito', name: 'mockito-core'
123123
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
124-
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.3'
124+
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.19.1'
125125
}
126126

127127
test {

0 commit comments

Comments
 (0)