fix: hessian gadget generate fail in jre25

This commit is contained in:
ReaJason
2026-06-28 20:52:55 +08:00
parent d4e0640449
commit a95396072e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM eclipse-temurin:25.0.3_9-jre-noble
FROM eclipse-temurin:21.0.11_10-jre-noble
LABEL authors="ReaJason<[email protected]>"
+1 -1
View File
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
1. boot 使用 SpringBoot 4.1.0 版本 + Dockerfile 中默认 jre25
1. boot 使用 SpringBoot 4.1.0 版本 + Dockerfile 中默认 jre21
2. 依赖更新
**Full Changelog:** [v2.7.2...v2.8.0](https://github.com/ReaJason/MemShellParty/compare/v2.7.2...v2.8.0)