Commit 93d919305f40be35ab53d164ce2d0abbb463728c

Authored by 徐近程
1 parent c064be1f

升级tomcat

Showing 1 changed file with 4 additions and 4 deletions
@@ -101,28 +101,28 @@ @@ -101,28 +101,28 @@
101 <dependency> 101 <dependency>
102 <groupId>org.apache.tomcat.embed</groupId> 102 <groupId>org.apache.tomcat.embed</groupId>
103 <artifactId>tomcat-embed-core</artifactId> 103 <artifactId>tomcat-embed-core</artifactId>
104 - <version>8.5.63</version> 104 + <version>9.0.54</version>
105 <scope>compile</scope> 105 <scope>compile</scope>
106 </dependency> 106 </dependency>
107 107
108 <dependency> 108 <dependency>
109 <groupId>org.apache.tomcat.embed</groupId> 109 <groupId>org.apache.tomcat.embed</groupId>
110 <artifactId>tomcat-embed-el</artifactId> 110 <artifactId>tomcat-embed-el</artifactId>
111 - <version>8.5.63</version> 111 + <version>9.0.54</version>
112 <scope>compile</scope> 112 <scope>compile</scope>
113 </dependency> 113 </dependency>
114 114
115 <dependency> 115 <dependency>
116 <groupId>org.apache.tomcat</groupId> 116 <groupId>org.apache.tomcat</groupId>
117 <artifactId>tomcat-annotations-api</artifactId> 117 <artifactId>tomcat-annotations-api</artifactId>
118 - <version>8.5.63</version> 118 + <version>9.0.54</version>
119 <scope>compile</scope> 119 <scope>compile</scope>
120 </dependency> 120 </dependency>
121 121
122 <dependency> 122 <dependency>
123 <groupId>org.apache.tomcat.embed</groupId> 123 <groupId>org.apache.tomcat.embed</groupId>
124 <artifactId>tomcat-embed-websocket</artifactId> 124 <artifactId>tomcat-embed-websocket</artifactId>
125 - <version>8.5.63</version> 125 + <version>9.0.54</version>
126 <scope>compile</scope> 126 <scope>compile</scope>
127 </dependency> 127 </dependency>
128 128