mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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