Commit 0d5dc991830bd480d63d368b4d19d8e6e42b67ae
Merge branch 'dev'
Showing
1 changed file
with
5 additions
and
5 deletions
pom.xml
| @@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
| 14 | <parent> | 14 | <parent> |
| 15 | <groupId>org.springframework.boot</groupId> | 15 | <groupId>org.springframework.boot</groupId> |
| 16 | <artifactId>spring-boot-starter-parent</artifactId> | 16 | <artifactId>spring-boot-starter-parent</artifactId> |
| 17 | - <version>2.1.0.RELEASE</version> | 17 | + <version>2.1.11.RELEASE</version> |
| 18 | <relativePath/> <!-- lookup parent from repository --> | 18 | <relativePath/> <!-- lookup parent from repository --> |
| 19 | </parent> | 19 | </parent> |
| 20 | 20 | ||
| @@ -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 |