File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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
1313description = " Exporter implementations that store signals on disk"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import java.net.URL
55plugins {
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
1111description = " Client implementation of the OpAMP spec."
You can’t perform that action at this time.
0 commit comments