Skip to content

Commit c9ad2b4

Browse files
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.141.0 (#2509)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12b631e commit c9ad2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static boolean hasAwsCredentials() {
4545
private static final GenericContainer<?> otelCollector =
4646
new GenericContainer<>(
4747
DockerImageName.parse(
48-
"otel/opentelemetry-collector-contrib:0.140.1@sha256:5901567d6f684547bafee53f02403869b5655e13a4e0af65aa6ae9f6301075d9"))
48+
"otel/opentelemetry-collector-contrib:0.141.0@sha256:b14234c4bc1b7364629af272e564913bb57bdc9736d45b8b6db5ab3417dc75f9"))
4949
.withExposedPorts(13133, 2000)
5050
.waitingFor(Wait.forHttp("/").forPort(13133))
5151
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))

0 commit comments

Comments
 (0)