Skip to content

Commit c7e475d

Browse files
chore(deps): Update java minor and patch (#271)
1 parent 86968bd commit c7e475d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

build.gradle

Lines changed: 3 additions & 3 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.5'
24+
id 'com.gradleup.shadow' version '8.3.6'
2525
}
2626

2727
apply plugin: 'java'
@@ -109,7 +109,7 @@ dependencies {
109109
implementation "io.grpc:grpc-netty:${grpcVersion}"
110110
implementation "io.grpc:grpc-stub:${grpcVersion}"
111111

112-
implementation 'com.google.guava:guava:33.4.6-jre'
112+
implementation 'com.google.guava:guava:33.4.8-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
@@ -121,7 +121,7 @@ dependencies {
121121
testRuntimeOnly "io.opencensus:opencensus-impl:${openCensusVersion}"
122122

123123
// Used for unmarshalling a JSON GraphQL response
124-
testImplementation 'com.google.code.gson:gson:2.12.1'
124+
testImplementation 'com.google.code.gson:gson:2.13.0'
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'

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.12.1'
26+
implementation 'com.google.code.gson:gson:2.13.0'
2727
}
2828

2929
// Define the main class for the application

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.12.1'
26+
implementation 'com.google.code.gson:gson:2.13.0'
2727
}
2828

2929
// Define the main class for the application

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.12.1'
26+
implementation 'com.google.code.gson:gson:2.13.0'
2727

2828
}
2929

samples/concurrent-modification/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.code.gson</groupId>
4040
<artifactId>gson</artifactId>
41-
<version>2.12.1</version>
41+
<version>2.13.0</version>
4242
</dependency>
4343
</dependencies>
4444

0 commit comments

Comments
 (0)