Skip to content

Commit 5b24a29

Browse files
dependabot-preview[bot]rnorth
authored andcommitted
Bump assertj-core from 3.13.2 to 3.14.0 in /core (#2005)
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.13.2 to 3.14.0. - [Release notes](https://github.com/joel-costigliola/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.13.2...assertj-core-3.14.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 0940e0c commit 5b24a29

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
@@ -115,12 +115,12 @@ dependencies {
115115
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
116116
testCompile files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
117117

118-
testCompile 'org.assertj:assertj-core:3.13.2'
118+
testCompile 'org.assertj:assertj-core:3.14.0'
119119
testCompile project(':test-support')
120120

121121
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
122122
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
123123
jarFileTestCompile 'junit:junit:4.12'
124-
jarFileTestCompile 'org.assertj:assertj-core:3.12.2'
124+
jarFileTestCompile 'org.assertj:assertj-core:3.14.0'
125125
jarFileTestCompile 'org.ow2.asm:asm-debug-all:5.2'
126126
}

0 commit comments

Comments
 (0)