File tree Expand file tree Collapse file tree
spring-security-login-and-registration
spring-security-rest-custom
spring-security-rest-full Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14+
15+ <org .springframework.version>4.2.3.RELEASE</org .springframework.version>
16+
1417 <org .springframework.data.version>1.3.2.RELEASE</org .springframework.data.version>
15- < org .springframework.version>4.2.2.RELEASE</ org .springframework.version>
18+
1619 <junit .version>4.11</junit .version>
1720 <org .slf4j.version>1.7.12</org .slf4j.version>
1821 <logback .version>1.1.3</logback .version>
Original file line number Diff line number Diff line change 1111 </arguments >
1212 </buildCommand >
1313 <buildCommand >
14- <name >org.eclipse.m2e. core.maven2Builder </name >
14+ <name >org.springframework.ide.eclipse. core.springbuilder </name >
1515 <arguments >
1616 </arguments >
1717 </buildCommand >
1818 <buildCommand >
19- <name >org.springframework.ide. eclipse.core.springbuilder </name >
19+ <name >org.eclipse.m2e. core.maven2Builder </name >
2020 <arguments >
2121 </arguments >
2222 </buildCommand >
Original file line number Diff line number Diff line change 117117
118118 <properties >
119119 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
120+
121+ <org .springframework.version>4.2.4.RELEASE</org .springframework.version>
120122
121123 <org .springframework.data.version>1.7.1.RELEASE</org .springframework.data.version>
122- < org .springframework.version>4.2.2.RELEASE</ org .springframework.version>
124+
123125 <org .hamcrest.version>1.3</org .hamcrest.version>
124126 <junit .version>4.11</junit .version>
125127 <rest-assured .version>2.4.1</rest-assured .version>
Original file line number Diff line number Diff line change 186186 <!-- persistence -->
187187 <hibernate .version>4.3.11.Final</hibernate .version>
188188 <mysql-connector-java .version>5.1.37</mysql-connector-java .version>
189- <spring-data-jpa .version>1.7 .2.RELEASE</spring-data-jpa .version>
189+ <spring-data-jpa .version>1.8 .2.RELEASE</spring-data-jpa .version>
190190
191191 <!-- logging -->
192192 <org .slf4j.version>1.7.13</org .slf4j.version>
Original file line number Diff line number Diff line change 329329 <javax .inject.version>1</javax .inject.version>
330330
331331 <!-- Spring Data Jpa -->
332- <spring-data-jpa .version>1.8.0 .RELEASE</spring-data-jpa .version>
332+ <spring-data-jpa .version>1.8.2 .RELEASE</spring-data-jpa .version>
333333
334334 <!-- guava -->
335335 <guava .version>19.0</guava .version>
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.3.1 .RELEASE</version >
13+ <version >1.3.2 .RELEASE</version >
1414 </parent >
1515
1616 <dependencies >
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.3.1 .RELEASE</version >
13+ <version >1.3.2 .RELEASE</version >
1414 </parent >
1515
1616 <dependencies >
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.3.1 .RELEASE</version >
13+ <version >1.3.2 .RELEASE</version >
1414 </parent >
1515
1616 <dependencies >
9292 <groupId >org.springframework</groupId >
9393 <artifactId >spring-webmvc</artifactId >
9494 </dependency >
95-
96- <dependency >
97- <groupId >org.springframework.data</groupId >
98- <artifactId >spring-data-commons</artifactId >
99- </dependency >
100-
101-
95+
96+ <dependency >
97+ <groupId >org.springframework.data</groupId >
98+ <artifactId >spring-data-commons</artifactId >
99+ </dependency >
102100
103101 <!-- deployment -->
104102
238236 <artifactId >spring-test</artifactId >
239237 <scope >test</scope >
240238 </dependency >
241-
239+
242240 <dependency >
243241 <groupId >org.springframework.security</groupId >
244242 <artifactId >spring-security-test</artifactId >
435433 <!-- persistence -->
436434 <hibernate .version>4.3.11.Final</hibernate .version>
437435 <mysql-connector-java .version>5.1.37</mysql-connector-java .version>
438- <spring-data-jpa .version>1.7 .2.RELEASE</spring-data-jpa .version>
436+ <spring-data-jpa .version>1.8 .2.RELEASE</spring-data-jpa .version>
439437
440438 <rsql .version>2.0.0</rsql .version>
441439 <querydsl .version>3.6.2</querydsl .version>
442-
440+
443441 <!-- marshalling -->
444442 <jackson .version>2.5.5</jackson .version>
445443 <xml-apis .version>1.4.01</xml-apis .version>
You can’t perform that action at this time.
0 commit comments