Skip to content

Commit a4aa9fc

Browse files
fix(deps): update all patch versions
1 parent 40ca061 commit a4aa9fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ testing {
138138
implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
139139
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))
140140
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.8-jre"))
141-
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.0"))
141+
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.1"))
142142

143143
compileOnly("com.google.auto.value:auto-value-annotations")
144144
compileOnly("com.google.errorprone:error_prone_annotations")

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

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

0 commit comments

Comments
 (0)