File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11plugins {
22 application
3- id(" com.github.johnrengelman. shadow" ) version " 8.1.1 "
3+ id(" com.gradleup. shadow" ) version " 8.3.6 "
44}
55
66group = " cc.tweaked"
@@ -33,7 +33,7 @@ dependencies {
3333 implementation(" com.google.guava:guava:33.4.0-jre" )
3434
3535 // Instrumentation
36- val otVersion = " 1.47 .0"
36+ val otVersion = " 1.51 .0"
3737 implementation(platform(" io.opentelemetry:opentelemetry-bom:$otVersion " ))
3838
3939 implementation(" io.opentelemetry:opentelemetry-api" )
@@ -42,13 +42,13 @@ dependencies {
4242 implementation(" io.opentelemetry:opentelemetry-exporter-otlp" )
4343 implementation(" io.opentelemetry:opentelemetry-extension-trace-propagators" )
4444
45- implementation(" io.opentelemetry.semconv:opentelemetry-semconv:1.30 .0" )
45+ implementation(" io.opentelemetry.semconv:opentelemetry-semconv:1.34 .0" )
4646
47- runtimeOnly(" io.opentelemetry.instrumentation:opentelemetry-logback-mdc-1.0:2.13.3 -alpha" )
47+ runtimeOnly(" io.opentelemetry.instrumentation:opentelemetry-logback-mdc-1.0:2.16.0 -alpha" )
4848
4949 // Logging
50- runtimeOnly(" ch.qos.logback:logback-core:1.5.17 " )
51- runtimeOnly(" ch.qos.logback:logback-classic:1.5.17 " )
50+ runtimeOnly(" ch.qos.logback:logback-core:1.5.18 " )
51+ runtimeOnly(" ch.qos.logback:logback-classic:1.5.18 " )
5252}
5353
5454application {
Original file line number Diff line number Diff line change 1+ org.gradle.configuration-cache =true
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments