|
10 | 10 | <packaging>war</packaging>
|
11 | 11 |
|
12 | 12 | <parent>
|
13 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
| 13 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
14 | 14 | <groupId>org.springframework.boot</groupId>
|
15 | 15 | <artifactId>spring-boot-starter-parent</artifactId>
|
16 |
| - <version>1.3.0.RELEASE</version> |
| 16 | + <version>1.3.5.RELEASE</version> |
17 | 17 | </parent>
|
18 | 18 |
|
19 | 19 | <properties>
|
|
62 | 62 |
|
63 | 63 | <!--
|
64 | 64 | Definitions and redefinitions of default values from spring-boot-dependencies:
|
65 |
| - https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-dependencies/pom.xml |
| 65 | + https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-dependencies/pom.xml |
66 | 66 | -->
|
67 | 67 | <commons-beanutils.version>1.9.2</commons-beanutils.version>
|
68 | 68 | <commons-dbcp.version>1.4</commons-dbcp.version>
|
69 | 69 | <commons-pool.version>1.5.4</commons-pool.version>
|
70 | 70 | <groovy.version>2.0.8</groovy.version>
|
71 | 71 | <hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
|
72 | 72 | <javax-mail.version>1.5.4</javax-mail.version>
|
73 |
| - <jetty.version>9.2.11.v20150529</jetty.version> |
| 73 | + <jetty.version>9.2.16.v20160414</jetty.version> |
74 | 74 | <h2.version>1.4.191</h2.version>
|
75 | 75 | <mysql.version>5.1.38</mysql.version>
|
76 | 76 | <servlet-api.version>3.1.0</servlet-api.version>
|
|
88 | 88 |
|
89 | 89 | <dependencies>
|
90 | 90 |
|
91 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
| 91 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml --> |
92 | 92 | <dependency>
|
93 | 93 | <groupId>org.springframework.boot</groupId>
|
94 | 94 | <artifactId>spring-boot-starter</artifactId>
|
|
105 | 105 | </exclusions>
|
106 | 106 | </dependency>
|
107 | 107 |
|
108 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
| 108 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
109 | 109 | <dependency>
|
110 | 110 | <groupId>org.springframework.boot</groupId>
|
111 | 111 | <artifactId>spring-boot-starter-web</artifactId>
|
|
118 | 118 | </exclusions>
|
119 | 119 | </dependency>
|
120 | 120 |
|
121 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-starters/spring-boot-starter-validation/pom.xml --> |
| 121 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-starters/spring-boot-starter-validation/pom.xml --> |
122 | 122 | <dependency>
|
123 | 123 | <groupId>org.springframework.boot</groupId>
|
124 | 124 | <artifactId>spring-boot-starter-validation</artifactId>
|
125 | 125 | </dependency>
|
126 | 126 |
|
127 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
| 127 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
128 | 128 | <dependency>
|
129 | 129 | <groupId>org.springframework.boot</groupId>
|
130 | 130 | <artifactId>spring-boot-starter-jetty</artifactId>
|
|
140 | 140 | </exclusions>
|
141 | 141 | </dependency>
|
142 | 142 |
|
143 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-starters/spring-boot-starter-log4j/pom.xml --> |
| 143 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-starters/spring-boot-starter-log4j/pom.xml --> |
144 | 144 | <dependency>
|
145 | 145 | <groupId>org.springframework.boot</groupId>
|
146 | 146 | <artifactId>spring-boot-starter-log4j</artifactId>
|
147 | 147 | </dependency>
|
148 | 148 |
|
149 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
| 149 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
150 | 150 | <dependency>
|
151 | 151 | <groupId>org.springframework.boot</groupId>
|
152 | 152 | <artifactId>spring-boot-starter-security</artifactId>
|
153 | 153 | </dependency>
|
154 | 154 |
|
155 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
| 155 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
156 | 156 | <dependency>
|
157 | 157 | <groupId>org.springframework.boot</groupId>
|
158 | 158 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
164 | 164 | </exclusions>
|
165 | 165 | </dependency>
|
166 | 166 |
|
167 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
| 167 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
168 | 168 | <dependency>
|
169 | 169 | <groupId>org.springframework.boot</groupId>
|
170 | 170 | <artifactId>spring-boot-starter-mail</artifactId>
|
171 | 171 | </dependency>
|
172 | 172 |
|
173 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
| 173 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.5.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
174 | 174 | <dependency>
|
175 | 175 | <groupId>org.springframework.boot</groupId>
|
176 | 176 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
|
0 commit comments