-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated dependency versions #4937
Conversation
For GlassFish 7 and other OSGi containers, make sure Servlet 6 is a tolerated version number. Signed-off-by: arjantijms <arjan.tijms@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
I was planning to update the servlet dependencies, but I did not see the Servlet implementation in maven repos, yet. We hold for releasing a final 3.1.0, waiting for EE 10 deps to be available. We are using milestone releases for the time being.
For GlassFish 7 and other OSGi containers, make sure Servlet 6 is a
tolerated version number.
Signed-off-by: arjantijms arjan.tijms@gmail.com