Skip to content

Commit 774ad85

Browse files
Bump Tomcat to 9.0.41
1 parent df0f7db commit 774ad85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TomcatGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
class TomcatGrailsPlugin {
17-
def version = '9.0.40'
17+
def version = '9.0.41'
1818
def grailsVersion = '2.5 > *'
1919
def scopes = [excludes: 'war']
2020
def title = 'Apache Tomcat plugin'

grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ grails.project.dependency.resolution = {
1818
}
1919

2020
dependencies {
21-
String tomcatVersion = '9.0.40'
21+
String tomcatVersion = '9.0.41'
2222
String tomcatLogVersion = '8.5.2'
2323

2424
compile "org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion"

0 commit comments

Comments
 (0)