File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
micrometer-meter-provider
runtime-attach/runtime-attach-core Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 implementation(" com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:8.0.0" )
1616 implementation(" net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0" )
1717 implementation(" net.ltgt.nullaway:net.ltgt.nullaway.gradle.plugin:2.3.0" )
18- implementation(" org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.1.6 " )
18+ implementation(" org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.1.8 " )
1919 implementation(" ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin:2.0.1" )
2020 implementation(" com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.2.1" )
2121 implementation(" me.champeau.gradle.japicmp:me.champeau.gradle.japicmp.gradle.plugin:0.4.6" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 api(" com.google.code.findbugs:jsr305:3.0.2" )
1919 api(" io.swagger:swagger-annotations:1.6.16" )
2020 api(" org.jetbrains:annotations:26.0.2-1" )
21- api(" com.ibm.mq:com.ibm.mq.allclient:9.4.3.1 " )
21+ api(" com.ibm.mq:com.ibm.mq.allclient:9.4.4.0 " )
2222 api(" org.yaml:snakeyaml:2.5" )
2323 api(" com.fasterxml.jackson.core:jackson-databind:2.20.0" )
2424 api(" io.opentelemetry:opentelemetry-sdk" )
@@ -28,7 +28,7 @@ dependencies {
2828 implementation(" org.slf4j:slf4j-simple:2.0.17" )
2929 testImplementation(" com.google.guava:guava" )
3030 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
31- ibmClientJar(" com.ibm.mq:com.ibm.mq.allclient:9.4.3.1 " ) {
31+ ibmClientJar(" com.ibm.mq:com.ibm.mq.allclient:9.4.4.0 " ) {
3232 artifact {
3333 name = " com.ibm.mq.allclient"
3434 extension = " jar"
@@ -43,7 +43,7 @@ testing {
4343 dependencies {
4444 implementation(" org.assertj:assertj-core:3.27.6" )
4545 implementation(" io.opentelemetry:opentelemetry-sdk-testing" )
46- implementation(" com.ibm.mq:com.ibm.mq.jakarta.client:9.4.3.1 " )
46+ implementation(" com.ibm.mq:com.ibm.mq.jakarta.client:9.4.4.0 " )
4747 implementation(" jakarta.jms:jakarta.jms-api:3.1.0" )
4848 }
4949
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.4 " )
23+ testImplementation(" io.micrometer:micrometer-core:1.15.5 " )
2424}
2525
2626testing {
2727 suites {
2828 val integrationTest by registering(JvmTestSuite ::class ) {
2929 dependencies {
30- implementation(" io.micrometer:micrometer-registry-prometheus:1.15.4 " )
30+ implementation(" io.micrometer:micrometer-registry-prometheus:1.15.5 " )
3131 }
3232 }
3333 }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
77otelJava.moduleName.set(" io.opentelemetry.contrib.attach.core" )
88
99dependencies {
10- implementation(" net.bytebuddy:byte-buddy-agent:1.17.7 " )
10+ implementation(" net.bytebuddy:byte-buddy-agent:1.17.8 " )
1111
1212 // Used by byte-buddy but not brought in as a transitive dependency.
1313 compileOnly(" com.google.code.findbugs:annotations" )
You can’t perform that action at this time.
0 commit comments