Skip to content

Commit 4a4b5c7

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.assertj-assertj-core-3.25.3' into combined-pr-branch
2 parents 9836b61 + cab8b2f commit 4a4b5c7

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
@@ -120,12 +120,12 @@ dependencies {
120120
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
121121
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
122122

123-
testImplementation 'org.assertj:assertj-core:3.25.1'
123+
testImplementation 'org.assertj:assertj-core:3.25.3'
124124

125125
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
126126
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
127127
jarFileTestImplementation 'junit:junit:4.13.2'
128-
jarFileTestImplementation 'org.assertj:assertj-core:3.25.1'
128+
jarFileTestImplementation 'org.assertj:assertj-core:3.25.3'
129129
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
130130
}
131131

0 commit comments

Comments
 (0)