Skip to content

Commit

Permalink
add link to the grpc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iprotsiuk authored Jun 20, 2024
1 parent 918773d commit 48e9e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ updates:
- dependency-name: "org.springframework.boot:*"
update-types: [ "version-update:semver-major" ] # Bump this after we bump to Java 17, which v3 requires (and the current v2 will be supported until November 2023: https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0)
- dependency-name: "com.google.protobuf:protoc"
update-types: [ "version-update:semver-major" ] # We need to stay with protobuf-java & protoc 3.25.x as the latest grpc 1.62.2 still depends on protobuf-java & protoc 3.25.x
update-types: [ "version-update:semver-major" ] # We need to stay with protobuf-java & protoc 3.25.x as the latest grpc 1.62.2 still depends on protobuf-java & protoc 3.25.x https://github.com/grpc/grpc-java/issues/11015
- dependency-name: "com.google.protobuf:protobuf-java"
update-types: [ "version-update:semver-major" ] # We need to stay with protobuf-java & protoc 3.25.x as the latest grpc 1.62.2 still depends on protobuf-java & protoc 3.25.x
update-types: [ "version-update:semver-major" ] # We need to stay with protobuf-java & protoc 3.25.x as the latest grpc 1.62.2 still depends on protobuf-java & protoc 3.25.x https://github.com/grpc/grpc-java/issues/11015


- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 48e9e5a

Please sign in to comment.