Skip to content

Commit c2e32f5

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump assertj-core from 3.11.1 to 3.18.1
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.11.1 to 3.18.1. - [Release notes](https://github.com/assertj/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.11.1...assertj-core-3.18.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2fa03ba commit c2e32f5

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
@@ -153,7 +153,7 @@ subprojects {
153153
testImplementation group: 'junit', name: 'junit', version: '4.12'
154154
testImplementation "org.mockito:mockito-core:3.6.28"
155155
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
156-
testImplementation "org.assertj:assertj-core:3.11.1"
156+
testImplementation "org.assertj:assertj-core:3.18.1"
157157
}
158158

159159
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)