Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch group across 1 directory with 7…
Browse files Browse the repository at this point in the history
… updates

Bumps the minor-and-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) | `4.28.1` | `4.28.2` |
| [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) | `1.66.0` | `1.68.0` |
| [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | `1.66.0` | `1.68.0` |
| [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) | `1.66.0` | `1.68.0` |
| [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | `1.66.0` | `1.68.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.0-jre` | `33.3.1-jre` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.28.1` | `4.28.2` |



Updates `com.google.protobuf:protoc` from 4.28.1 to 4.28.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `io.grpc:protoc-gen-grpc-java` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/commits)

Updates `io.grpc:grpc-protobuf` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/commits)

Updates `io.grpc:grpc-netty` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/commits)

Updates `io.grpc:grpc-stub` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/commits)

Updates `io.grpc:grpc-protobuf` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/commits)

Updates `io.grpc:grpc-netty` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/commits)

Updates `io.grpc:grpc-stub` from 1.66.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/commits)

Updates `com.google.guava:guava` from 33.3.0-jre to 33.3.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.google.protobuf:protobuf-java` from 4.28.1 to 4.28.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.grpc:protoc-gen-grpc-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 629dac8 commit f056a0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ java {
targetCompatibility = JavaVersion.VERSION_11
}

def grpcVersion = '1.66.0'
def grpcVersion = '1.68.0'
def dgraph4jVersion = "$version"
def openCensusVersion = '0.31.1'

Expand All @@ -63,7 +63,7 @@ protobuf {
// The version of protoc must match protobuf-java. If you don't depend on
// protobuf-java directly, you will be transitively depending on the
// protobuf-java version that grpc depends on.
artifact = "com.google.protobuf:protoc:4.28.1"
artifact = "com.google.protobuf:protoc:4.28.2"
}
plugins {
grpc {
Expand Down Expand Up @@ -120,12 +120,12 @@ dependencies {
implementation "io.grpc:grpc-netty:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"

implementation "com.google.guava:guava:33.3.0-jre"
implementation "com.google.guava:guava:33.3.1-jre"

// Explicit matching of protobuf-java and protoc versions to address
// compilation errors arising due to transitive dependency on the version of
// protobuf-java that grpc depends on.
implementation "com.google.protobuf:protobuf-java:4.28.1"
implementation "com.google.protobuf:protobuf-java:4.28.2"

testImplementation "io.opencensus:opencensus-api:${openCensusVersion}"
testImplementation "io.opencensus:opencensus-exporter-trace-jaeger:${openCensusVersion}"
Expand Down

0 comments on commit f056a0c

Please sign in to comment.