Commit 93d919305f40be35ab53d164ce2d0abbb463728c

Authored by 徐近程
1 parent c064be1f

升级tomcat

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