We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc2ce0 commit 2f76f33Copy full SHA for 2f76f33
disk-buffering/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
id("otel.animalsniffer-conventions")
7
id("com.gradleup.shadow")
8
id("me.champeau.jmh") version "0.7.3"
9
- id("com.squareup.wire") version "5.5.0"
+ id("com.squareup.wire") version "5.5.1"
10
}
11
12
description = "Exporter implementations that store signals on disk"
opamp-client/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
id("otel.java-conventions")
id("otel.publish-conventions")
13
14
description = "Client implementation of the OpAMP spec."
0 commit comments