From d1bf80dfda9c8c513dd4f1d08593266dafc05387 Mon Sep 17 00:00:00 2001 From: Robert Oschwald Date: Thu, 4 Oct 2018 14:52:46 +0200 Subject: [PATCH] - tomcat 7.0.91 --- TomcatGrailsPlugin.groovy | 6 +++--- grails-app/conf/BuildConfig.groovy | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TomcatGrailsPlugin.groovy b/TomcatGrailsPlugin.groovy index bc4e843..30217cc 100644 --- a/TomcatGrailsPlugin.groovy +++ b/TomcatGrailsPlugin.groovy @@ -13,7 +13,7 @@ * limitations under the License. */ class TomcatGrailsPlugin { - def version = "7.0.70" + def version = "7.0.91" def grailsVersion = "2.3 > *" def scopes = [excludes: 'war'] def author = "Graeme Rocher" @@ -22,7 +22,7 @@ class TomcatGrailsPlugin { def description = 'Makes Tomcat 7.0 the default servlet container for Grails at development time.' def documentation = "http://grails.org/plugin/tomcat" def license = 'APACHE' - def organization = [name: 'Pivotal', url: 'http://www.gopivotal.com/oss'] - def issueManagement = [system: 'JIRA', url: 'http://jira.grails.org/browse/GPTOMCAT'] + def organization = [name: 'Grails', url: 'http://www.grails.org'] + def issueManagement = [url: 'https://github.com/grails-plugins/grails-tomcat-plugin/issues'] def scm = [url: 'https://github.com/grails-plugins/grails-tomcat-plugin'] } diff --git a/grails-app/conf/BuildConfig.groovy b/grails-app/conf/BuildConfig.groovy index 308b196..d9296a1 100644 --- a/grails-app/conf/BuildConfig.groovy +++ b/grails-app/conf/BuildConfig.groovy @@ -18,7 +18,7 @@ grails.project.dependency.resolution = { dependencies { - String tomcatVersion = "7.0.70" + String tomcatVersion = "7.0.91" runtime("org.apache.tomcat:tomcat-catalina-ant:$tomcatVersion") { excludes 'org.apache.tomcat:tomcat-catalina', 'org.apache.tomcat:tomcat-coyote' @@ -33,7 +33,7 @@ grails.project.dependency.resolution = { runtime "org.apache.tomcat.embed:tomcat-embed-websocket:$tomcatVersion" // needed for JSP compilation - runtime "org.eclipse.jdt.core.compiler:ecj:3.7.2" + runtime "org.eclipse.jdt.core.compiler:ecj:4.4.2" // needed for JNDI optional 'commons-dbcp:commons-dbcp:1.4'