Skip to content

Commit 80006e2

Browse files
authored
Merge pull request #334 from gocd/dependabot/gradle/org.assertj-assertj-core-3.24.2
Bump assertj-core from 3.24.1 to 3.24.2
2 parents 38a4e82 + b715c13 commit 80006e2

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
@@ -76,7 +76,7 @@ dependencies {
7676
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
7777
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
7878
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
79-
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.1'
79+
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
8080
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.0.0'
8181
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
8282
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.3'

0 commit comments

Comments
 (0)