Skip to content

Commit 7c4e889

Browse files
chore(deps): Update java minor and patch
1 parent 028c631 commit 7c4e889

9 files changed

Lines changed: 20 additions & 20 deletions

File tree

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
}
1414
dependencies {
15-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.5'
15+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.10.0'
1616
}
1717
}
1818

@@ -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.11'
2525
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
2626
}
2727

@@ -44,7 +44,7 @@ java {
4444
targetCompatibility = JavaVersion.VERSION_11
4545
}
4646

47-
def grpcVersion = '1.73.0'
47+
def grpcVersion = '1.81.0'
4848
def dgraph4jVersion = "$version"
4949
def openCensusVersion = '0.31.1'
5050

@@ -53,7 +53,7 @@ protobuf {
5353
// The version of protoc must match protobuf-java. If you don't depend on
5454
// protobuf-java directly, you will be transitively depending on the
5555
// protobuf-java version that grpc depends on.
56-
artifact = 'com.google.protobuf:protoc:4.31.1'
56+
artifact = 'com.google.protobuf:protoc:4.35.0'
5757
}
5858
plugins {
5959
grpc {
@@ -100,32 +100,32 @@ configurations {
100100
// In this section you declare the dependencies for your production and test code
101101
dependencies {
102102
// The production code uses the SLF4J logging API at compile time
103-
implementation 'org.slf4j:slf4j-api:2.0.17'
103+
implementation 'org.slf4j:slf4j-api:2.0.18'
104104

105105
// Specific slf4j bindings should not be included in the default (compile) scope.
106106
// See http://www.slf4j.org/faq.html#maven2.
107-
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
107+
testImplementation 'org.slf4j:slf4j-simple:2.0.18'
108108

109109
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
110110
implementation "io.grpc:grpc-netty:${grpcVersion}"
111111
implementation "io.grpc:grpc-stub:${grpcVersion}"
112112

113-
implementation 'com.google.guava:guava:33.4.8-jre'
113+
implementation 'com.google.guava:guava:33.6.0-jre'
114114

115115
// Explicit matching of protobuf-java and protoc versions to address
116116
// compilation errors arising due to transitive dependency on the version of
117117
// protobuf-java that grpc depends on.
118-
implementation 'com.google.protobuf:protobuf-java:4.31.1'
118+
implementation 'com.google.protobuf:protobuf-java:4.35.0'
119119

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

124124
// Used for unmarshalling a JSON GraphQL response
125-
testImplementation 'com.google.code.gson:gson:2.13.1'
125+
testImplementation 'com.google.code.gson:gson:2.14.0'
126126

127127
// Declare the dependency for your favourite test framework you want to use in your tests.
128-
testImplementation 'org.testng:testng:7.11.0'
128+
testImplementation 'org.testng:testng:7.12.0'
129129

130130
// javax.annotation is removed from the oracle java se 11, and requires explicit dependency
131131
implementation 'javax.annotation:javax.annotation-api:1.3.2'

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.5-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.14.0'
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.5-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.14.0'
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.5-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.14.0'
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.5-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.15.0</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.3</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.14.0</version>
4242
</dependency>
4343
</dependencies>
4444
</project>

0 commit comments

Comments
 (0)