File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
55networkTimeout =10000
66retries =0
77retryBackOffMs =500
Original file line number Diff line number Diff 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" ) {
Original file line number Diff line number Diff line change 33# Linters
44"aqua:grafana/flint" = " 0.22.2"
55lychee = " 0.24.2"
6- rumdl = " 0.1.91 "
6+ rumdl = " 0.1.94 "
77
88[env ]
99FLINT_CONFIG_DIR = " .github/config"
You can’t perform that action at this time.
0 commit comments