Explorar o código

Update to Tomcat 7.0.103

Fixes gh-8265
Josh Cummings %!s(int64=5) %!d(string=hai) anos
pai
achega
1683d30c2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gradle/tomcat.gradle

+ 1 - 1
gradle/tomcat.gradle

@@ -10,7 +10,7 @@ buildscript {
 apply plugin: 'com.bmuschko.tomcat'
 
 dependencies {
-	def tomcatVersion = '7.0.90'
+	def tomcatVersion = '7.0.103'
 	tomcat "org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}",
 			"org.apache.tomcat.embed:tomcat-embed-logging-juli:${tomcatVersion}",
 			"org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}",