Skip to content

Commit fe1e6c0

Browse files
build(deps): bump the gradle-production-dependencies group across 2 directories with 1 update (#2561)
* build(deps): bump the gradle-production-dependencies group across 2 directories with 1 update Bumps the gradle-production-dependencies group with 1 update in the /src/ad directory: [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java). Bumps the gradle-production-dependencies group with 1 update in the /src/fraud-detection directory: [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java). Updates `com.google.api.grpc:proto-google-common-protos` from 2.61.1 to 2.61.2 - [Release notes](https://github.com/googleapis/sdk-platform-java/releases) - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/sdk-platform-java/commits) Updates `com.google.api.grpc:proto-google-common-protos` from 2.61.1 to 2.61.2 - [Release notes](https://github.com/googleapis/sdk-platform-java/releases) - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/sdk-platform-java/commits) --- updated-dependencies: - dependency-name: com.google.api.grpc:proto-google-common-protos dependency-version: 2.61.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-production-dependencies - dependency-name: com.google.api.grpc:proto-google-common-protos dependency-version: 2.61.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * fix mix dependabot --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juliano Costa <[email protected]>
1 parent 012f632 commit fe1e6c0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/ad/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation platform("io.opentelemetry:opentelemetry-bom:${opentelemetryVersion}")
4141
implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${opentelemetryInstrumentationVersion}")
4242

43-
implementation "com.google.api.grpc:proto-google-common-protos:2.61.1",
43+
implementation "com.google.api.grpc:proto-google-common-protos:2.61.2",
4444
"com.google.protobuf:protobuf-java:${protocVersion}",
4545
"javax.annotation:javax.annotation-api:1.3.2",
4646
"io.grpc:grpc-protobuf:${grpcVersion}",

src/flagd-ui/mix.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ defmodule FlagdUi.MixProject do
1717
flagd_ui: [
1818
applications: [opentelemetry: :temporary]
1919
]
20-
],
21-
listeners: [Phoenix.CodeReloader]
20+
]
2221
]
2322
end
2423

src/fraud-detection/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
testImplementation(kotlin("test"))
3333
implementation(kotlin("script-runtime"))
3434
implementation("org.apache.kafka:kafka-clients:4.1.0")
35-
implementation("com.google.api.grpc:proto-google-common-protos:2.61.1")
35+
implementation("com.google.api.grpc:proto-google-common-protos:2.61.2")
3636
implementation("io.grpc:grpc-protobuf:${grpcVersion}")
3737
implementation("io.grpc:grpc-stub:${grpcVersion}")
3838
implementation("io.grpc:grpc-netty:${grpcVersion}")

0 commit comments

Comments
 (0)