File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
compressors/compressor-zstd Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ testing {
135135 dependencies {
136136 implementation(project(project.path))
137137
138- implementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " ))
138+ implementation(enforcedPlatform(" org.junit:junit-bom:5.13.3 " ))
139139 implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.21.3" ))
140140 implementation(enforcedPlatform(" com.google.guava:guava-bom:33.4.8-jre" ))
141141 implementation(enforcedPlatform(" com.linecorp.armeria:armeria-bom:1.32.5" ))
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ otelJava.moduleName.set("io.opentelemetry.contrib.compressor.zstd")
99dependencies {
1010 api(" io.opentelemetry:opentelemetry-exporter-common" )
1111
12- implementation(" com.github.luben:zstd-jni:1.5.7-3 " )
12+ implementation(" com.github.luben:zstd-jni:1.5.7-4 " )
1313
1414 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
1515 testImplementation(" io.opentelemetry:opentelemetry-exporter-otlp" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
3+ distributionSha256Sum =bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments