File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed 
DgraphJavaSampleDeadlineInterceptors 
DgraphJavaSampleWithDeadlineAfter Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
2727apply 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' 
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments