Release 1.9.1
deki
released this
14 Dec 09:32
·
635 commits
to main
since this release
Release 1.9.1 contains a few fixes, one improvement and several dependency updates.
Fixes
- Fix broken struts pet-store sample project (#479) - thanks to @jogep for contributing
- Corrected Spring Boot 2 sample template (#484)
- Fixing NullPointerException in case of non defined statusCode (#497) - thanks to @anmolk6 for contributing
Improvements
Dependencies
- Update Jersey dependencies to 2.37
- Update Jackson databind version to 2.14.1 (CVE-2022-42003)
- Explicitly set version for transitive commons-text dependency (CVE-2022-42889)
- Explicitly add more recent commons-io version (#488)
- Update Spring dependencies (framework to 5.3.24, security to 5.7.5, boot to 2.7.6)
- Update Struts dependency to 6.1.1
- Update lambda-java-core dependency to 1.2.2
- Update SLF4J to 2.0.6
- Update Mockito dependency to 4.9.0
- Update some Maven plugins to allow build with JDK17