Browse Source

Update to Tomcat 7.0.103

Fixes gh-8265
Josh Cummings 5 năm trước cách đây
mục cha
commit
1683d30c2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}",