Skip to content

Commit 5efd4da

Browse files
Update all patch versions (#2716)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fb1487 commit 5efd4da

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/scripts/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"private": true,
66
"dependencies": {
77
"@octokit/rest": "^22.0.0",
8-
"yaml": "2.8.2"
8+
"yaml": "2.8.3"
99
}
1010
}

dependencyManagement/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`java-platform`
33
}
44

5-
val otelInstrumentationVersion = "2.26.0-alpha"
5+
val otelInstrumentationVersion = "2.26.1-alpha"
66
val semconvVersion = "1.40.0"
77

88
javaPlatform {
@@ -16,7 +16,7 @@ dependencies {
1616
// as runtime dependencies if they are actually used as runtime dependencies)
1717
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}"))
1818
api(platform("com.fasterxml.jackson:jackson-bom:2.21.1"))
19-
api(platform("com.google.protobuf:protobuf-bom:4.34.0"))
19+
api(platform("com.google.protobuf:protobuf-bom:4.34.1"))
2020
api(platform("com.squareup.okhttp3:okhttp-bom:5.3.2"))
2121

2222
constraints {
@@ -53,7 +53,7 @@ dependencies {
5353
api("org.junit-pioneer:junit-pioneer:1.9.1")
5454
api("org.skyscreamer:jsonassert:1.5.3")
5555
api("org.apache.kafka:kafka-clients:4.2.0")
56-
api("org.testcontainers:testcontainers-kafka:2.0.3")
56+
api("org.testcontainers:testcontainers-kafka:2.0.4")
5757
api("org.jctools:jctools-core:4.0.6")
5858
api("tools.profiler:async-profiler:4.3")
5959
api("com.blogspot.mydailyjava:weak-lock-free:0.18")

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=60ea723356d81263e8002fec0fcf9e2b0eee0c0850c7a3d7ab0a63f2ccc601f3
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionSha256Sum=2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)