File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
micrometer-meter-provider Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
2222 - name : Install yaml
23- run :
npm install [email protected] .0 23+ run :
npm install [email protected] .1 2424
2525 - name : Parse component label and assign owners
2626 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
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.15.3 " )
23+ testImplementation(" io.micrometer:micrometer-core:1.15.4 " )
2424}
2525
2626testing {
2727 suites {
2828 val integrationTest by registering(JvmTestSuite ::class ) {
2929 dependencies {
30- implementation(" io.micrometer:micrometer-registry-prometheus:1.15.3 " )
30+ implementation(" io.micrometer:micrometer-registry-prometheus:1.15.4 " )
3131 }
3232 }
3333 }
You can’t perform that action at this time.
0 commit comments