Skip to content

Commit 14a391b

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump assertj-core from 3.21.0 to 3.22.0
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.21.0 to 3.22.0. - [Release notes](https://github.com/assertj/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.21.0...assertj-core-3.22.0) --- 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 845056b commit 14a391b

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
@@ -147,7 +147,7 @@ subprojects {
147147
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
148148
testImplementation "org.mockito:mockito-core:4.2.0"
149149
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
150-
testImplementation "org.assertj:assertj-core:3.21.0"
150+
testImplementation "org.assertj:assertj-core:3.22.0"
151151
}
152152

153153
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)