Skip to content

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<packaging>war</packaging>
1111

1212
<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 -->
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>1.3.0.RELEASE</version>
16+
<version>1.3.5.RELEASE</version>
1717
</parent>
1818

1919
<properties>
@@ -62,15 +62,15 @@
6262

6363
<!--
6464
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
6666
-->
6767
<commons-beanutils.version>1.9.2</commons-beanutils.version>
6868
<commons-dbcp.version>1.4</commons-dbcp.version>
6969
<commons-pool.version>1.5.4</commons-pool.version>
7070
<groovy.version>2.0.8</groovy.version>
7171
<hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
7272
<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>
7474
<h2.version>1.4.191</h2.version>
7575
<mysql.version>5.1.38</mysql.version>
7676
<servlet-api.version>3.1.0</servlet-api.version>
@@ -88,7 +88,7 @@
8888

8989
<dependencies>
9090

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 -->
9292
<dependency>
9393
<groupId>org.springframework.boot</groupId>
9494
<artifactId>spring-boot-starter</artifactId>
@@ -105,7 +105,7 @@
105105
</exclusions>
106106
</dependency>
107107

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 -->
109109
<dependency>
110110
<groupId>org.springframework.boot</groupId>
111111
<artifactId>spring-boot-starter-web</artifactId>
@@ -118,13 +118,13 @@
118118
</exclusions>
119119
</dependency>
120120

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 -->
122122
<dependency>
123123
<groupId>org.springframework.boot</groupId>
124124
<artifactId>spring-boot-starter-validation</artifactId>
125125
</dependency>
126126

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 -->
128128
<dependency>
129129
<groupId>org.springframework.boot</groupId>
130130
<artifactId>spring-boot-starter-jetty</artifactId>
@@ -140,19 +140,19 @@
140140
</exclusions>
141141
</dependency>
142142

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 -->
144144
<dependency>
145145
<groupId>org.springframework.boot</groupId>
146146
<artifactId>spring-boot-starter-log4j</artifactId>
147147
</dependency>
148148

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 -->
150150
<dependency>
151151
<groupId>org.springframework.boot</groupId>
152152
<artifactId>spring-boot-starter-security</artifactId>
153153
</dependency>
154154

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 -->
156156
<dependency>
157157
<groupId>org.springframework.boot</groupId>
158158
<artifactId>spring-boot-starter-thymeleaf</artifactId>
@@ -164,13 +164,13 @@
164164
</exclusions>
165165
</dependency>
166166

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 -->
168168
<dependency>
169169
<groupId>org.springframework.boot</groupId>
170170
<artifactId>spring-boot-starter-mail</artifactId>
171171
</dependency>
172172

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 -->
174174
<dependency>
175175
<groupId>org.springframework.boot</groupId>
176176
<artifactId>spring-boot-starter-jdbc</artifactId>

0 commit comments

Comments
 (0)