Skip to content

Commit b8820cc

Browse files
authored
Merge pull request #308 from gocd-contrib/dependabot/gradle/org.assertj-assertj-core-3.27.0
Bump org.assertj:assertj-core from 3.26.3 to 3.27.0
2 parents b110967 + af4387f commit b8820cc

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
@@ -97,7 +97,7 @@ dependencies {
9797
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
9898
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
9999
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
100-
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.3'
100+
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.0'
101101
testImplementation project.deps.mockito
102102
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: project.versions.mockito
103103
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'

0 commit comments

Comments
 (0)