File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44	id ' maven-publish' 
55	id ' signing' 
66	id ' pmd' //  code check, working on source code
7- 	id ' com.diffplug.spotless' ' 6.2.0 ' // code format
7+ 	id ' com.diffplug.spotless' ' 6.2.1 ' // code format
88	id ' com.github.spotbugs' ' 5.0.5' //  code check, working on byte code
99	id ' de.undercouch.download' ' 5.0.1' 
1010	id ' kr.motd.sphinx' ' 2.10.1' //  documentation generation
@@ -91,8 +91,8 @@ dependencies {
9191
9292	//  Databases
9393	implementation ' org.influxdb:influxdb-java:2.22' 
94- 	implementation ' com.couchbase.client:java-client:3.2.4 ' 
95- 	runtimeOnly ' org.postgresql:postgresql:42.3.1 ' //  postgresql jdbc driver required during runtime
94+ 	implementation ' com.couchbase.client:java-client:3.2.5 ' 
95+ 	runtimeOnly ' org.postgresql:postgresql:42.3.2 ' //  postgresql jdbc driver required during runtime
9696
9797	implementation ' commons-io:commons-io:2.11.0' //  I/O functionalities
9898	implementation ' org.apache.commons:commons-compress:1.21' //  I/O functionalities
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments