Skip to content

Commit eb962ca

Browse files
Update all patch versions (#2846)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f56d9e1 commit eb962ca

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

dependencyManagement/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ dependencies {
3838
api("org.mockito:mockito-core:4.11.0")
3939
api("org.mockito:mockito-inline:4.11.0")
4040
api("org.mockito:mockito-junit-jupiter:4.11.0")
41-
api("org.slf4j:slf4j-api:2.0.17")
42-
api("org.slf4j:slf4j-simple:2.0.17")
43-
api("org.slf4j:log4j-over-slf4j:2.0.17")
44-
api("org.slf4j:jcl-over-slf4j:2.0.17")
45-
api("org.slf4j:jul-to-slf4j:2.0.17")
41+
api("org.slf4j:slf4j-api:2.0.18")
42+
api("org.slf4j:slf4j-simple:2.0.18")
43+
api("org.slf4j:log4j-over-slf4j:2.0.18")
44+
api("org.slf4j:jcl-over-slf4j:2.0.18")
45+
api("org.slf4j:jul-to-slf4j:2.0.18")
4646

4747
api("com.google.code.findbugs:annotations:3.0.1u2")
4848
api("com.google.code.findbugs:jsr305:3.0.2")

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=553c78f50dafcd54d65b9a444649057857469edf836431389695608536d6b746
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
3+
distributionSha256Sum=bafc141b619ad6350fd975fc903156dd5c151998cc8b058e8c1044ab5f7b031f
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
55
networkTimeout=10000
66
retries=0
77
retryBackOffMs=500

ibm-mq-metrics/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
api("io.opentelemetry:opentelemetry-sdk")
3030
api("io.opentelemetry:opentelemetry-exporter-otlp")
3131
api("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
32-
api("org.slf4j:slf4j-api:2.0.17")
33-
implementation("org.slf4j:slf4j-simple:2.0.17")
32+
api("org.slf4j:slf4j-api:2.0.18")
33+
implementation("org.slf4j:slf4j-simple:2.0.18")
3434
testImplementation("com.google.guava:guava")
3535
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
3636
ibmClientJar("com.ibm.mq:com.ibm.mq.allclient:9.4.5.1") {

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Linters
44
"aqua:grafana/flint" = "0.22.2"
55
lychee = "0.24.2"
6-
rumdl = "0.1.91"
6+
rumdl = "0.1.94"
77

88
[env]
99
FLINT_CONFIG_DIR = ".github/config"

0 commit comments

Comments
 (0)