File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
DgraphJavaSampleDeadlineInterceptors/gradle/wrapper
DgraphJavaSampleWithDeadlineAfter/gradle/wrapper
DgraphJavaSample/gradle/wrapper Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4343 targetCompatibility = JavaVersion . VERSION_11
4444}
4545
46- def grpcVersion = ' 1.72 .0'
46+ def grpcVersion = ' 1.73 .0'
4747def dgraph4jVersion = " $version "
4848def openCensusVersion = ' 0.31.1'
4949
@@ -52,7 +52,7 @@ protobuf {
5252 // The version of protoc must match protobuf-java. If you don't depend on
5353 // protobuf-java directly, you will be transitively depending on the
5454 // protobuf-java version that grpc depends on.
55- artifact = ' com.google.protobuf:protoc:4.31.0 '
55+ artifact = ' com.google.protobuf:protoc:4.31.1 '
5656 }
5757 plugins {
5858 grpc {
@@ -114,7 +114,7 @@ dependencies {
114114 // Explicit matching of protobuf-java and protoc versions to address
115115 // compilation errors arising due to transitive dependency on the version of
116116 // protobuf-java that grpc depends on.
117- implementation ' com.google.protobuf:protobuf-java:4.31.0 '
117+ implementation ' com.google.protobuf:protobuf-java:4.31.1 '
118118
119119 testImplementation " io.opencensus:opencensus-api:${ openCensusVersion} "
120120 testImplementation " io.opencensus:opencensus-exporter-trace-jaeger:${ openCensusVersion} "
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 2020 <plugin >
2121 <groupId >org.codehaus.mojo</groupId >
2222 <artifactId >exec-maven-plugin</artifactId >
23- <version >3.5.0 </version >
23+ <version >3.5.1 </version >
2424 <configuration >
2525 <mainClass >io.dgraph.example.MultiThreadedMutationLauncher</mainClass >
2626 </configuration >
You can’t perform that action at this time.
0 commit comments