Skip to content

Commit 8fb6443

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.12.1
1 parent 2fc47b5 commit 8fb6443

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

benchmark-overhead/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
19+
implementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
2020

2121
testImplementation("org.testcontainers:testcontainers:1.20.6")
2222
testImplementation("org.testcontainers:postgresql:1.20.6")

conventions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
7272
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.6")
7373

74-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
74+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
7575
testImplementation("org.junit.jupiter:junit-jupiter-api")
7676
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
7777
testImplementation("org.assertj:assertj-core:3.27.3")

examples/distro/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ subprojects {
6969

7070
testImplementation("org.mockito:mockito-core:5.16.0")
7171

72-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
72+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
7373
testImplementation("org.junit.jupiter:junit-jupiter-api")
7474
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
7575
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

examples/extension/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104
testImplementation("io.opentelemetry:opentelemetry-api")
105105
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha")
106106

107-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
107+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
108108
testImplementation("org.junit.jupiter:junit-jupiter-api")
109109
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
110110
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

gradle-plugins/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444

4545
testImplementation("org.assertj:assertj-core:3.27.3")
4646

47-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
47+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
4848
testImplementation("org.junit.jupiter:junit-jupiter-api")
4949
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
5050
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

instrumentation-docs/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ otelJava {
99
dependencies {
1010
implementation("org.yaml:snakeyaml:2.4")
1111

12-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
12+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
1313
testImplementation("org.assertj:assertj-core:3.27.3")
1414
testImplementation("org.junit.jupiter:junit-jupiter-api")
1515
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)