We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87c3458 + 6525415 commit 515bc58Copy full SHA for 515bc58
TomcatGrailsPlugin.groovy
@@ -14,7 +14,7 @@
14
* limitations under the License.
15
*/
16
class TomcatGrailsPlugin {
17
- def version = '9.0.97'
+ def version = '9.0.108'
18
def grailsVersion = '2.5 > *'
19
def scopes = [excludes: 'war']
20
def title = 'Apache Tomcat plugin'
grails-app/conf/BuildConfig.groovy
@@ -18,7 +18,7 @@ grails.project.dependency.resolution = {
}
dependencies {
21
- String tomcatVersion = '9.0.97'
+ String tomcatVersion = '9.0.108'
22
String tomcatLogVersion = '8.5.2'
23
24
compile "org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion"
0 commit comments