fix(deps): update all patch versions (#2017)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-07-10 08:55:16 +03:00 committed by GitHub
parent 45ea93180c
commit 83d5cd843d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ plugins {
`java-platform`
}
val otelInstrumentationVersion = "2.17.0-alpha"
val otelInstrumentationVersion = "2.17.1-alpha"
val semconvVersion = "1.34.0"
javaPlatform {

View File

@ -7,7 +7,7 @@ plugins {
id("com.github.johnrengelman.shadow")
id("me.champeau.jmh") version "0.7.3"
id("ru.vyarus.animalsniffer") version "2.0.1"
id("com.squareup.wire") version "5.3.4"
id("com.squareup.wire") version "5.3.5"
}
description = "Exporter implementations that store signals on disk"

View File

@ -5,7 +5,7 @@ import java.net.URL
plugins {
id("otel.java-conventions")
id("de.undercouch.download") version "5.6.0"
id("com.squareup.wire") version "5.3.4"
id("com.squareup.wire") version "5.3.5"
}
description = "Client implementation of the OpAMP spec."