Skip to content

Bump io.micrometer:micrometer-registry-otlp from 1.13.4 to 1.14.6 in /modules/grafana #10249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/grafana/build.gradle
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ dependencies {

testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'io.rest-assured:rest-assured:5.5.0'
testImplementation 'io.micrometer:micrometer-registry-otlp:1.13.4'
testImplementation 'io.micrometer:micrometer-registry-otlp:1.14.6'
testImplementation 'uk.org.webcompere:system-stubs-junit4:2.1.6'

testImplementation platform('io.opentelemetry:opentelemetry-bom:1.49.0')

Unchanged files with check annotations Beta

package org.testcontainers.junit;

Check failure on line 1 in core/src/test/java/org/testcontainers/junit/ComposeWithIdentifierTest.java

GitHub Actions / core (21)

ComposeWithIdentifierTest.simpleTest

org.junit.ComparisonFailure: [The networks] expected:<["[bridge", "fawm9zswywak_default", "host", "none",] "test3cwbyj_default...> but was:<["[1vyzh3ukqc8i_default", "bridge", "fawm9zswywak_default", "host", "none", ] "test3cwbyj_default...>

Check failure on line 1 in core/src/test/java/org/testcontainers/junit/ComposeWithIdentifierTest.java

GitHub Actions / core (17)

ComposeWithIdentifierTest.simpleTest

org.junit.ComparisonFailure: [The networks] expected:<["[bridge", "fawm9zswywak_default", "host", "none",] "test3cwbyj_default...> but was:<["[1vyzh3ukqc8i_default", "bridge", "fawm9zswywak_default", "host", "none", ] "test3cwbyj_default...>
import org.junit.Rule;
import org.testcontainers.containers.ComposeContainer;
.buildConsumerClient()
// }
) {
producer.send(Collections.singletonList(new EventData("test")));

Check failure on line 66 in modules/azure/src/test/java/org/testcontainers/azure/EventHubsEmulatorContainerTest.java

GitHub Actions / check (:azure:check)

EventHubsEmulatorContainerTest.testWithEventHubsClient

com.azure.core.amqp.exception.AmqpException: The messaging entity 'sb://emulatorns1.eventhubs.emulator.net/eh1' could not be found. To know more visit https://aka.ms/sbResourceMgrExceptions. TrackingId:91f10ce623914ee991b9ef8eab6ce581_G0, SystemTracker:gateway1, Timestamp:2025-04-23T23:17:24, errorContext[NAMESPACE: localhost. ERROR CONTEXT: N/A, PATH: eh1, REFERENCE_ID: eh1, LINK_CREDIT: 0]
waitAtMost(Duration.ofSeconds(30))
.pollDelay(Duration.ofSeconds(5))