Skip to content

Commit f7e6e9f

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.assertj-assertj-core-3.27.7' into combined-pr-branch
2 parents b665036 + 38fead2 commit f7e6e9f

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

118-
testImplementation 'org.assertj:assertj-core:3.27.6'
118+
testImplementation 'org.assertj:assertj-core:3.27.7'
119119
testImplementation 'io.rest-assured:rest-assured:5.5.6'
120120

121121
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
122122
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
123123
jarFileTestRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
124124
jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
125-
jarFileTestImplementation 'org.assertj:assertj-core:3.27.6'
125+
jarFileTestImplementation 'org.assertj:assertj-core:3.27.7'
126126
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
127127
}
128128

0 commit comments

Comments
 (0)