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.3` | `4.29.0` |
| [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) | `1.68.1` | `1.68.2` |
| [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | `1.68.1` | `1.68.2` |
| [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) | `1.68.1` | `1.68.2` |
| [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | `1.68.1` | `1.68.2` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.28.3` | `4.29.0` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.2` | `8.3.5` |



Updates `com.google.protobuf:protoc` from 4.28.3 to 4.29.0
- [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.68.1 to 1.68.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.1...v1.68.2)

Updates `io.grpc:grpc-protobuf` from 1.68.1 to 1.68.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.1...v1.68.2)

Updates `io.grpc:grpc-netty` from 1.68.1 to 1.68.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.1...v1.68.2)

Updates `io.grpc:grpc-stub` from 1.68.1 to 1.68.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.1...v1.68.2)

Updates `io.grpc:grpc-protobuf` from 1.68.1 to 1.68.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.1...v1.68.2)

Updates `io.grpc:grpc-netty` from 1.68.1 to 1.68.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.1...v1.68.2)

Updates `io.grpc:grpc-stub` from 1.68.1 to 1.68.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.1...v1.68.2)

Updates `com.google.protobuf:protobuf-java` from 4.28.3 to 4.29.0
- [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 `com.gradleup.shadow` from 8.3.2 to 8.3.5
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.2...8.3.5)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.grpc:protoc-gen-grpc-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.grpc:grpc-stub
  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-minor
  dependency-group: minor-and-patch
- dependency-name: com.gradleup.shadow
  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 and mangalaman93 committed Dec 6, 2024
1 parent 881f14c commit 77055f6
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 @@ -34,7 +34,7 @@ plugins {
id 'com.github.sherter.google-java-format' version '0.9'
id 'base'
id 'maven-publish'
id 'com.gradleup.shadow' version '8.3.2'
id 'com.gradleup.shadow' version '8.3.5'
}
// Apply the java plugin to add support for Java
apply plugin: 'java'
Expand All @@ -57,7 +57,7 @@ java {
targetCompatibility = JavaVersion.VERSION_11
}

def grpcVersion = '1.68.1'
def grpcVersion = '1.68.2'
def dgraph4jVersion = "$version"
def openCensusVersion = '0.31.1'

Expand All @@ -66,7 +66,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.3"
artifact = "com.google.protobuf:protoc:4.29.0"
}
plugins {
grpc {
Expand Down Expand Up @@ -128,7 +128,7 @@ dependencies {
// 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.3"
implementation "com.google.protobuf:protobuf-java:4.29.0"

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

0 comments on commit 77055f6

Please sign in to comment.