diff --git a/.github/scripts/package-lock.json b/.github/scripts/package-lock.json index 31f167f39..279989869 100644 --- a/.github/scripts/package-lock.json +++ b/.github/scripts/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@octokit/rest": "^22.0.0", - "yaml": "2.8.2" + "yaml": "2.8.3" } }, "node_modules/@octokit/auth-token": { @@ -202,9 +202,9 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", - "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", + "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 52624f724..a6f520890 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -5,6 +5,6 @@ "private": true, "dependencies": { "@octokit/rest": "^22.0.0", - "yaml": "2.8.2" + "yaml": "2.8.3" } } diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index ded19dd39..f2e4ced3c 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -2,7 +2,7 @@ plugins { `java-platform` } -val otelInstrumentationVersion = "2.26.0-alpha" +val otelInstrumentationVersion = "2.26.1-alpha" val semconvVersion = "1.40.0" javaPlatform { @@ -16,7 +16,7 @@ dependencies { // as runtime dependencies if they are actually used as runtime dependencies) api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}")) api(platform("com.fasterxml.jackson:jackson-bom:2.21.1")) - api(platform("com.google.protobuf:protobuf-bom:4.34.0")) + api(platform("com.google.protobuf:protobuf-bom:4.34.1")) api(platform("com.squareup.okhttp3:okhttp-bom:5.3.2")) constraints { @@ -53,7 +53,7 @@ dependencies { api("org.junit-pioneer:junit-pioneer:1.9.1") api("org.skyscreamer:jsonassert:1.5.3") api("org.apache.kafka:kafka-clients:4.2.0") - api("org.testcontainers:testcontainers-kafka:2.0.3") + api("org.testcontainers:testcontainers-kafka:2.0.4") api("org.jctools:jctools-core:4.0.6") api("tools.profiler:async-profiler:4.3") api("com.blogspot.mydailyjava:weak-lock-free:0.18") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 92ed94347..8e61ef125 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=60ea723356d81263e8002fec0fcf9e2b0eee0c0850c7a3d7ab0a63f2ccc601f3 -distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip +distributionSha256Sum=2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 0262dcbd5..739907dfd 100755 --- a/gradlew +++ b/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/b631911858264c0b6e4d6603d677ff5218766cee/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.