diff --git a/CHANGELOG.md b/CHANGELOG.md index 04bef60..819318e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.28 (2024-05-17) + +升级提示: + + - 代码没有改动,默认JDK升级到17版本 + - 代码没有改动,默认SpringBoot升级到3.1.8版本 ## 1.27.2 (2020-2-11) BugFixes: diff --git a/pom.xml b/pom.xml index 6499141..3a241bf 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.tobato fastdfs-client - 1.27.3-SNAPSHOT + 1.28 jar @@ -36,27 +36,24 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.RELEASE - + 3.1.8 - 3.3.2 + 3.14.0 1.9.4 - - 1.9.5 6.0.8.Final - 2016 + 2024 UTF-8 - 1.8 + 17 - 192.168.129.12:8081 + @@ -83,7 +80,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 3.6.3 attach-javadocs @@ -134,7 +131,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.3.0 package @@ -230,7 +227,11 @@ org.springframework spring-core - + + javax.annotation + javax.annotation-api + 1.3.2 + org.springframework.boot spring-boot-starter-web @@ -251,7 +252,7 @@ org.mockito mockito-all - ${mockito.version} + 1.10.19 test