Skip to content

Commit 7b481e3

Browse files
chore(deps): update plugin com.squareup.wire to v6
1 parent 370bd65 commit 7b481e3

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
@@ -6,7 +6,7 @@ plugins {
66
id("otel.animalsniffer-conventions")
77
id("com.gradleup.shadow")
88
id("me.champeau.jmh") version "0.7.3"
9-
id("com.squareup.wire") version "5.5.1"
9+
id("com.squareup.wire") version "6.0.0"
1010
}
1111

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

opamp-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id("otel.java-conventions")
99
id("otel.publish-conventions")
1010
id("otel.animalsniffer-conventions")
11-
id("com.squareup.wire") version "5.5.1"
11+
id("com.squareup.wire") version "6.0.0"
1212
}
1313

1414
description = "Client implementation of the OpAMP spec."

0 commit comments

Comments
 (0)