Skip to content

Update Tomcat to version 10.1.42 #319

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

Merged
merged 1 commit into from
Jul 4, 2025

Conversation

coderkun
Copy link

@coderkun coderkun commented Jul 3, 2025

Update the Tomcat version to 10.1.42 and fix its Servlet version¹ to 6.0.0.

¹ https://tomcat.apache.org/whichversion.html

Update the Tomcat version to 10.1.42 and fix its Servlet version¹ to 6.0.0.

¹ https://tomcat.apache.org/whichversion.html
@boris-petrov
Copy link
Member

Thank you! You know that you can configure these in your own project in gradle.properties, right?

@boris-petrov boris-petrov merged commit 2b5aea8 into gretty-gradle-plugin:master Jul 4, 2025
7 checks passed
@coderkun
Copy link
Author

coderkun commented Jul 4, 2025

You know that you can configure these in your own project in gradle.properties, right?

Ah, I did not know! Thanks for the hint.

@boris-petrov
Copy link
Member

I personally use tomcat9Version = 9.0.106 in my gradle.properties file (on Gretty 3). And then I have ext.tomcatVersion = properties.tomcat9Version in build.gradle. And then I use tomcatVersion in some of the dependencies I use. I've forgotten which of the two makes Gretty use that specific version.

@coderkun
Copy link
Author

coderkun commented Jul 4, 2025

tomcat9Version in gradle.properties does the trick. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants