Skip to content

Commit 784fb62

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.11.2 (#499)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jason plumb <[email protected]>
1 parent dd12ee9 commit 784fb62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javaagent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It consists of a spring boot application with:
1616
- The collector is configured with
1717
the [OTLP receiver](https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver)
1818
and export it to standard out with
19-
the [logging exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/loggingexporter)
19+
the [logging exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/debugexporter)
2020

2121
## Prerequisites
2222

spring-native/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The example uses the following elements:
1010
- A collector configured with
1111
the [OTLP receiver](https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver)
1212
and exporting to the standard output with
13-
the [logging exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/loggingexporter).
13+
the [logging exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/debugexporter).
1414
- A spring configuration to suppress spans for the `/actuator` endpoint
1515
- A spring configuration to set OTLP headers dynamically
1616
(not needed for the example - it shows how to configure exporters programmatically)

telemetry-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation("org.springframework.boot:spring-boot-starter-web")
3535
testImplementation("org.springframework.boot:spring-boot-starter-test")
3636

37-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.1"))
37+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.11.2"))
3838
testImplementation("org.junit.jupiter:junit-jupiter-api")
3939
testImplementation("org.junit.jupiter:junit-jupiter-engine")
4040
testImplementation("org.mock-server:mockserver-netty:5.15.0:shaded")

0 commit comments

Comments
 (0)