diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fffdacc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project from 2026-03-11 onward will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [4.0.1-SNAPSHOT] + +### Security + +* Bump Tomcat 11.0.14 to 11.0.18 +* Update transitive dependencies org.apache.shiro:shiro-core and org.apache.shiro:shiro-web 2.0.5 to 2.1.0 +* Update transitive dependencies org.eclipse.jetty.ee10:jetty-ee10-servlet, org.eclipse.jetty.ee10:jetty-ee10-servlets and org.eclipse.jetty:jetty-security 12.1.1 to 12.1.7 diff --git a/pom.xml b/pom.xml index 824de91..ddc71ff 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ UTF-8 21 21 - 11.0.15 + 11.0.18 5.6.0 4.0.1 3.1.11 @@ -27,8 +27,8 @@ true - + apache-repo-snapshots https://repository.apache.org/content/repositories/snapshots/ @@ -175,12 +175,56 @@ org.eclipse.jetty.orbit javax.servlet + + org.apache.shiro + shiro-core + + + org.apache.shiro + shiro-web + test + + + org.apache.shiro + shiro-core + 2.1.0 + test + + + + + org.apache.shiro + shiro-web + 2.1.0 + test + + + + + org.eclipse.jetty.ee10 + jetty-ee10-servlet + 12.1.7 + test + + + org.eclipse.jetty.ee10 + jetty-ee10-servlets + 12.1.7 + test + + + org.eclipse.jetty + jetty-security + 12.1.7 + test + +