Java 3.59

fix https://github.com/seaweedfs/seaweedfs/issues/5001
This commit is contained in:
chrislu
2023-11-13 08:23:53 -08:00
parent d3556479be
commit cd01a2346a
9 changed files with 17 additions and 9 deletions

View File

@@ -11,13 +11,13 @@
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>3.55</version>
<version>3.59</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-hadoop2-client</artifactId>
<version>3.55</version>
<version>3.59</version>
<scope>compile</scope>
</dependency>
<dependency>