Skip to content

Commit

Permalink
Merge pull request #221 from gocd-contrib/dependabot/gradle/org.jsoup…
Browse files Browse the repository at this point in the history
…-jsoup-1.15.2

Bump jsoup from 1.15.1 to 1.15.2
  • Loading branch information
chadlwilson authored Jul 8, 2022
2 parents 63d7844 + c40cc97 commit 957057c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.6.1'
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.1'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.2'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2'
Expand Down

0 comments on commit 957057c

Please sign in to comment.