Skip to content

Commit bc92fb3

Browse files
Bump assertj-core from 3.24.1 to 3.24.2 (#7600)
1 parent 0ace238 commit bc92fb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conventions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ dependencies {
5757
testImplementation(enforcedPlatform("org.junit:junit-bom:5.9.2"))
5858
testImplementation("org.junit.jupiter:junit-jupiter-api")
5959
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
60-
testImplementation("org.assertj:assertj-core:3.24.1")
60+
testImplementation("org.assertj:assertj-core:3.24.2")
6161
}

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ val DEPENDENCIES = listOf(
9494
"io.netty:netty:3.10.6.Final",
9595
"io.opentelemetry.contrib:opentelemetry-aws-xray-propagator:1.21.0-alpha",
9696
"io.opentelemetry.proto:opentelemetry-proto:0.19.0-alpha",
97-
"org.assertj:assertj-core:3.24.1",
97+
"org.assertj:assertj-core:3.24.2",
9898
"org.awaitility:awaitility:4.2.0",
9999
"com.google.code.findbugs:annotations:3.0.1u2",
100100
"com.google.code.findbugs:jsr305:3.0.2",

gradle-plugins/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040

4141
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
4242

43-
testImplementation("org.assertj:assertj-core:3.24.1")
43+
testImplementation("org.assertj:assertj-core:3.24.2")
4444

4545
testImplementation(enforcedPlatform("org.junit:junit-bom:5.9.2"))
4646
testImplementation("org.junit.jupiter:junit-jupiter-api")

0 commit comments

Comments
 (0)