Skip to content

Commit 83d5cd8

Browse files
fix(deps): update all patch versions (#2017)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45ea931 commit 83d5cd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`java-platform`
33
}
44

5-
val otelInstrumentationVersion = "2.17.0-alpha"
5+
val otelInstrumentationVersion = "2.17.1-alpha"
66
val semconvVersion = "1.34.0"
77

88
javaPlatform {

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.4"
10+
id("com.squareup.wire") version "5.3.5"
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.4"
8+
id("com.squareup.wire") version "5.3.5"
99
}
1010

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

0 commit comments

Comments
 (0)