aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/pom.xml6
-rw-r--r--other/java/client/pom.xml.deploy6
-rw-r--r--other/java/client/pom_debug.xml6
3 files changed, 9 insertions, 9 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml
index 7e5c3f732..03de3f5e1 100644
--- a/other/java/client/pom.xml
+++ b/other/java/client/pom.xml
@@ -5,7 +5,7 @@
<groupId>com.seaweedfs</groupId>
<artifactId>seaweedfs-client</artifactId>
- <version>3.71</version>
+ <version>3.80</version>
<name>SeaweedFS Java Client</name>
<description>A java client for SeaweedFS.</description>
@@ -31,9 +31,9 @@
</scm>
<properties>
- <protobuf.version>3.16.3</protobuf.version>
+ <protobuf.version>3.25.5</protobuf.version>
<!-- follow https://github.com/grpc/grpc-java -->
- <grpc.version>1.53.0</grpc.version>
+ <grpc.version>1.68.1</grpc.version>
<guava.version>32.0.0-jre</guava.version>
</properties>
diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy
index 7e5c3f732..03de3f5e1 100644
--- a/other/java/client/pom.xml.deploy
+++ b/other/java/client/pom.xml.deploy
@@ -5,7 +5,7 @@
<groupId>com.seaweedfs</groupId>
<artifactId>seaweedfs-client</artifactId>
- <version>3.71</version>
+ <version>3.80</version>
<name>SeaweedFS Java Client</name>
<description>A java client for SeaweedFS.</description>
@@ -31,9 +31,9 @@
</scm>
<properties>
- <protobuf.version>3.16.3</protobuf.version>
+ <protobuf.version>3.25.5</protobuf.version>
<!-- follow https://github.com/grpc/grpc-java -->
- <grpc.version>1.53.0</grpc.version>
+ <grpc.version>1.68.1</grpc.version>
<guava.version>32.0.0-jre</guava.version>
</properties>
diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml
index f6751512f..60d07560f 100644
--- a/other/java/client/pom_debug.xml
+++ b/other/java/client/pom_debug.xml
@@ -5,7 +5,7 @@
<groupId>com.seaweedfs</groupId>
<artifactId>seaweedfs-client</artifactId>
- <version>3.71</version>
+ <version>3.80</version>
<parent>
<groupId>org.sonatype.oss</groupId>
@@ -14,9 +14,9 @@
</parent>
<properties>
- <protobuf.version>3.9.1</protobuf.version>
+ <protobuf.version>3.25.5</protobuf.version>
<!-- follow https://github.com/grpc/grpc-java -->
- <grpc.version>1.23.0</grpc.version>
+ <grpc.version>1.68.1</grpc.version>
<guava.version>28.0-jre</guava.version>
</properties>