Skip to content

Commit

Permalink
Merge pull request #220 from gocd-contrib/dependabot/gradle/org.skysc…
Browse files Browse the repository at this point in the history
…reamer-jsonassert-1.5.1

Bump jsonassert from 1.5.0 to 1.5.1
  • Loading branch information
chadlwilson authored Jul 8, 2022
2 parents dac6cda + 4065c5f commit 63d7844
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 @@ -66,7 +66,7 @@ dependencies {
testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
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.0'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.1'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0'

Expand Down

0 comments on commit 63d7844

Please sign in to comment.