Skip to content

Commit 95455f2

Browse files
Bump assertj-core from 3.16.1 to 3.17.1 in /core (#3210)
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.16.1 to 3.17.1. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.16.1...assertj-core-3.17.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29ff342 commit 95455f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,12 @@ dependencies {
211211
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
212212
testCompile files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
213213

214-
testCompile 'org.assertj:assertj-core:3.16.1'
214+
testCompile 'org.assertj:assertj-core:3.17.1'
215215
testCompile project(':test-support')
216216

217217
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
218218
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
219219
jarFileTestCompile 'junit:junit:4.12'
220-
jarFileTestCompile 'org.assertj:assertj-core:3.16.0'
220+
jarFileTestCompile 'org.assertj:assertj-core:3.17.1'
221221
jarFileTestCompile 'org.ow2.asm:asm-debug-all:5.2'
222222
}

0 commit comments

Comments
 (0)