Skip to content

Commit

Permalink
build(deps): bump com.google.protobuf:protoc from 4.27.0 to 4.27.1 in…
Browse files Browse the repository at this point in the history
… /packages/dsl-java (#501)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 09e6f9c commit 1c72b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dsl-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation 'com.diogonunes:JColor:5.5.1'
implementation 'com.google.protobuf:protobuf-java:4.27.0'
implementation 'com.google.protobuf:protobuf-java-util:4.27.0'
implementation 'com.google.protobuf:protoc:4.27.0'
implementation 'com.google.protobuf:protoc:4.27.1'
implementation "io.grpc:protoc-gen-grpc-java:${grpcVersion}"
implementation "io.grpc:grpc-core:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
Expand Down Expand Up @@ -76,7 +76,7 @@ protobuf {
}
protoc {
// Download from repositories
artifact = 'com.google.protobuf:protoc:4.27.0'
artifact = 'com.google.protobuf:protoc:4.27.1'
}
generateProtoTasks {
all().configureEach { task ->
Expand Down

0 comments on commit 1c72b76

Please sign in to comment.