mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
aabd685225
ServletContext has sets of major/minor version properties that we have not updated in MockServletContext in several years. Since we upgraded the baseline to Servlet 6.0 in Spring Framework 6.0, now seems like a good time to update those version properties. Closes gh-30395