Skip to content

Commit

Permalink
Merge pull request #173 from gocd/dependabot/gradle/org.skyscreamer-j…
Browse files Browse the repository at this point in the history
…sonassert-1.5.3

Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.3
  • Loading branch information
chadlwilson authored Jul 5, 2024
2 parents f2d0134 + 6a89c9b commit 96f3ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gocd-filebased-authentication-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
}

test {
Expand Down

0 comments on commit 96f3ca4

Please sign in to comment.