Skip to content

Commit 4549d1a

Browse files
chore(deps): Update java minor and patch
1 parent 32e9763 commit 4549d1a

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
id 'jacoco'
2222
id 'base'
2323
id 'maven-publish'
24-
id 'com.gradleup.shadow' version '8.3.6'
24+
id 'com.gradleup.shadow' version '8.3.9'
2525
}
2626

2727
apply plugin: 'java'
@@ -43,7 +43,7 @@ java {
4343
targetCompatibility = JavaVersion.VERSION_11
4444
}
4545

46-
def grpcVersion = '1.73.0'
46+
def grpcVersion = '1.76.0'
4747
def dgraph4jVersion = "$version"
4848
def 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.1'
55+
artifact = 'com.google.protobuf:protoc:4.33.0'
5656
}
5757
plugins {
5858
grpc {
@@ -109,19 +109,19 @@ dependencies {
109109
implementation "io.grpc:grpc-netty:${grpcVersion}"
110110
implementation "io.grpc:grpc-stub:${grpcVersion}"
111111

112-
implementation 'com.google.guava:guava:33.4.8-jre'
112+
implementation 'com.google.guava:guava:33.5.0-jre'
113113

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.1'
117+
implementation 'com.google.protobuf:protobuf-java:4.33.0'
118118

119119
testImplementation "io.opencensus:opencensus-api:${openCensusVersion}"
120120
testImplementation "io.opencensus:opencensus-exporter-trace-jaeger:${openCensusVersion}"
121121
testRuntimeOnly "io.opencensus:opencensus-impl:${openCensusVersion}"
122122

123123
// Used for unmarshalling a JSON GraphQL response
124-
testImplementation 'com.google.code.gson:gson:2.13.1'
124+
testImplementation 'com.google.code.gson:gson:2.13.2'
125125

126126
// Declare the dependency for your favourite test framework you want to use in your tests.
127127
testImplementation 'org.testng:testng:7.11.0'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/DgraphJavaSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation 'junit:junit:4.13.2'
2424

2525
// https://mvnrepository.com/artifact/com.google.code.gson/gson
26-
implementation 'com.google.code.gson:gson:2.13.1'
26+
implementation 'com.google.code.gson:gson:2.13.2'
2727
}
2828

2929
// Define the main class for the application

samples/DgraphJavaSample/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/DgraphJavaSampleDeadlineInterceptors/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation 'junit:junit:4.13.2'
2424

2525
// https://mvnrepository.com/artifact/com.google.code.gson/gson
26-
implementation 'com.google.code.gson:gson:2.13.1'
26+
implementation 'com.google.code.gson:gson:2.13.2'
2727
}
2828

2929
// Define the main class for the application

samples/DgraphJavaSampleDeadlineInterceptors/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/DgraphJavaSampleWithDeadlineAfter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation 'junit:junit:4.13.2'
2424

2525
// https://mvnrepository.com/artifact/com.google.code.gson/gson
26-
implementation 'com.google.code.gson:gson:2.13.1'
26+
implementation 'com.google.code.gson:gson:2.13.2'
2727

2828
}
2929

samples/DgraphJavaSampleWithDeadlineAfter/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

samples/concurrent-modification/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<plugins>
1212
<plugin>
1313
<artifactId>maven-compiler-plugin</artifactId>
14-
<version>3.14.0</version>
14+
<version>3.14.1</version>
1515
<configuration>
1616
<source>1.8</source>
1717
<target>1.8</target>
@@ -20,7 +20,7 @@
2020
<plugin>
2121
<groupId>org.codehaus.mojo</groupId>
2222
<artifactId>exec-maven-plugin</artifactId>
23-
<version>3.5.1</version>
23+
<version>3.6.2</version>
2424
<configuration>
2525
<mainClass>io.dgraph.example.MultiThreadedMutationLauncher</mainClass>
2626
</configuration>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.code.gson</groupId>
4040
<artifactId>gson</artifactId>
41-
<version>2.13.1</version>
41+
<version>2.13.2</version>
4242
</dependency>
4343
</dependencies>
4444
</project>

0 commit comments

Comments
 (0)