Skip to content

Commit 1fd5afe

Browse files
fix(deps): update all patch versions (#19013)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 3fd1479 commit 1fd5afe

9 files changed

Lines changed: 70 additions & 70 deletions

File tree

.github/scripts/copilot-cli/package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
33
"dependencies": {
4-
"@github/copilot": "1.0.60"
4+
"@github/copilot": "1.0.61"
55
}
66
}

examples/distro/smoke-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
66
testImplementation("org.testcontainers:testcontainers:2.0.5")
77
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.22.0")
8-
testImplementation("com.google.protobuf:protobuf-java-util:4.35.0")
8+
testImplementation("com.google.protobuf:protobuf-java-util:4.35.1")
99
testImplementation("com.squareup.okhttp3:okhttp:5.4.0")
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.10.0-alpha")
1111
testImplementation("io.opentelemetry:opentelemetry-api")

examples/extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
//All dependencies below are only for tests
103103
testImplementation("org.testcontainers:testcontainers:2.0.5")
104104
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.22.0")
105-
testImplementation("com.google.protobuf:protobuf-java-util:4.35.0")
105+
testImplementation("com.google.protobuf:protobuf-java-util:4.35.1")
106106
testImplementation("com.squareup.okhttp3:okhttp:5.4.0")
107107
testImplementation("io.opentelemetry:opentelemetry-api")
108108
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.10.0-alpha")

0 commit comments

Comments
 (0)