Skip to content

Commit 5aaf88f

Browse files
chore(deps): update plugin com.squareup.wire to v5.3.4 (#2009)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3fc90f commit 5aaf88f

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.1"
10-
id("com.squareup.wire") version "5.3.3"
10+
id("com.squareup.wire") version "5.3.4"
1111
}
1212

1313
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
@@ -5,7 +5,7 @@ import java.net.URL
55
plugins {
66
id("otel.java-conventions")
77
id("de.undercouch.download") version "5.6.0"
8-
id("com.squareup.wire") version "5.3.3"
8+
id("com.squareup.wire") version "5.3.4"
99
}
1010

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

0 commit comments

Comments
 (0)