File tree Expand file tree Collapse file tree
micrometer-meter-provider Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646
4747 api(" com.google.code.findbugs:annotations:3.0.1u2" )
4848 api(" com.google.code.findbugs:jsr305:3.0.2" )
49- api(" com.uber.nullaway:nullaway:0.13.1 " )
49+ api(" com.uber.nullaway:nullaway:0.13.2 " )
5050 api(" org.assertj:assertj-core:3.27.7" )
5151 api(" org.awaitility:awaitility:4.3.0" )
5252 api(" org.bouncycastle:bcpkix-jdk15on:1.70" )
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ dependencies {
2727 testImplementation(" com.google.guava:guava" )
2828
2929 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
30- testImplementation(" com.github.tomakehurst:wiremock-jre8:2.35.0 " )
30+ testImplementation(" com.github.tomakehurst:wiremock-jre8:2.35.2 " )
3131}
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ dependencies {
2020 annotationProcessor(" com.google.auto.value:auto-value" )
2121 compileOnly(" com.google.auto.value:auto-value-annotations" )
2222
23- testImplementation(" io.micrometer:micrometer-core:1.16.4 " )
23+ testImplementation(" io.micrometer:micrometer-core:1.16.5 " )
2424}
2525
2626testing {
2727 suites {
2828 val integrationTest by registering(JvmTestSuite ::class ) {
2929 dependencies {
30- implementation(" io.micrometer:micrometer-registry-prometheus:1.16.4 " )
30+ implementation(" io.micrometer:micrometer-registry-prometheus:1.16.5 " )
3131 }
3232 }
3333 }
You can’t perform that action at this time.
0 commit comments