fix(deps): update all patch versions (#2017)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
45ea93180c
commit
83d5cd843d
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue