Skip to content

Commit 1ae60d0

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump org.assertj:assertj-core from 3.23.1 to 3.24.2
Bumps org.assertj:assertj-core from 3.23.1 to 3.24.2. --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6dcbbd commit 1ae60d0

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
@@ -152,7 +152,7 @@ subprojects {
152152
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
153153
testImplementation "org.mockito:mockito-core:4.7.0"
154154
testImplementation "org.mockito.kotlin:mockito-kotlin:4.1.0"
155-
testImplementation "org.assertj:assertj-core:3.23.1"
155+
testImplementation "org.assertj:assertj-core:3.24.2"
156156
}
157157

158158
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)