Skip to content

Commit f6a4f18

Browse files
committed
Merge branch 'integration-test-kafka' of github.com:robsunday/opentelemetry-java-contrib into integration-test-kafka
2 parents 8575c9a + b8b228d commit f6a4f18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

disk-buffering/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id("com.github.johnrengelman.shadow")
88
id("me.champeau.jmh") version "0.7.3"
99
id("ru.vyarus.animalsniffer") version "2.0.0"
10-
id("com.squareup.wire") version "5.2.1"
10+
id("com.squareup.wire") version "5.3.0"
1111
}
1212

1313
description = "Exporter implementations that store signals on disk"

runtime-attach/runtime-attach-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
77
otelJava.moduleName.set("io.opentelemetry.contrib.attach.core")
88

99
dependencies {
10-
implementation("net.bytebuddy:byte-buddy-agent:1.17.0")
10+
implementation("net.bytebuddy:byte-buddy-agent:1.17.1")
1111

1212
// Used by byte-buddy but not brought in as a transitive dependency.
1313
compileOnly("com.google.code.findbugs:annotations")

0 commit comments

Comments
 (0)