File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
spring-security-login-and-registration Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.boot</groupId >
1212 <artifactId >spring-boot-starter-parent</artifactId >
13- <version >1.1.10 .RELEASE</version >
13+ <version >1.1.12 .RELEASE</version >
1414 </parent >
1515
1616 <dependencies >
2727 <dependency >
2828 <groupId >org.springframework.security</groupId >
2929 <artifactId >spring-security-config</artifactId >
30- <scope >runtime</scope >
3130 </dependency >
3231
33- <!-- <dependency> -->
34- <!-- <groupId>javax.inject</groupId> -->
35- <!-- <artifactId>javax.inject</artifactId> -->
36- <!-- <version>${javax.inject.version}</version> -->
37- <!-- </dependency> -->
38-
3932 <!-- Servlet -->
4033 <dependency >
4134 <groupId >javax.servlet</groupId >
6356 <dependency >
6457 <groupId >org.springframework</groupId >
6558 <artifactId >spring-test</artifactId >
66- <version >4.1.4.RELEASE</version >
6759 <scope >test</scope >
6860 </dependency >
6961
177169
178170 <properties >
179171 <java-version >1.7</java-version >
180- <org .springframework-version>3 .1.4 .RELEASE</org .springframework-version>
172+ <org .springframework-version>4 .1.6 .RELEASE</org .springframework-version>
181173 <org .springframework.security.version>3.2.7.RELEASE</org .springframework.security.version>
182174
183175 <!-- logging -->
191183 <javax .inject.version>1</javax .inject.version>
192184
193185 <!-- Spring Data Jpa -->
194- <spring-data-jpa .version>1.7.1 .RELEASE</spring-data-jpa .version>
186+ <spring-data-jpa .version>1.8.0 .RELEASE</spring-data-jpa .version>
195187
196188 <!-- guava -->
197189 <guava .version>18.0</guava .version>
You can’t perform that action at this time.
0 commit comments