File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
aws-serverless-java-container-jersey
aws-serverless-java-container-spring
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-springboot-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1616 </parent >
1717
1818 <properties >
19- <jersey .version>2.26 </jersey .version>
19+ <jersey .version>2.27 </jersey .version>
2020 </properties >
2121
2222 <dependencies >
Original file line number Diff line number Diff line change 1616 </parent >
1717
1818 <properties >
19- <spring .version>5.0.7.RELEASE</spring .version>
20- <spring-security .version>5.0.1.RELEASE</spring-security .version>
19+ <spring .version>5.1.1.RELEASE</spring .version>
20+ <springboot .version>1.5.17.RELEASE</springboot .version>
21+ <spring-security .version>5.1.1.RELEASE</spring-security .version>
2122 <jackson .version>2.9.7</jackson .version>
2223 </properties >
2324
8384 <dependency >
8485 <groupId >org.springframework.boot</groupId >
8586 <artifactId >spring-boot-autoconfigure</artifactId >
86- <version >1.5.9.RELEASE </version >
87+ <version >${springboot.version} </version >
8788 <scope >test</scope >
8889 <exclusions >
8990 <exclusion >
Original file line number Diff line number Diff line change 1313 <properties >
1414 <maven .compiler.source>1.8</maven .compiler.source>
1515 <maven .compiler.target>1.8</maven .compiler.target>
16- <jersey .version>2.26 </jersey .version>
16+ <jersey .version>2.27 </jersey .version>
1717 </properties >
1818
1919 <dependencies >
Original file line number Diff line number Diff line change 1515 <properties >
1616 <maven .compiler.source>1.8</maven .compiler.source>
1717 <maven .compiler.target>1.8</maven .compiler.target>
18- <spring .version>5.0.3 .RELEASE</spring .version>
18+ <spring .version>5.1.1 .RELEASE</spring .version>
1919 <junit .version>4.12</junit .version>
2020 <log4j .version>2.8.2</log4j .version>
2121 </properties >
Original file line number Diff line number Diff line change 1515 <parent >
1616 <groupId >org.springframework.boot</groupId >
1717 <artifactId >spring-boot-starter-parent</artifactId >
18- <version >1.5.10 .RELEASE</version >
18+ <version >1.5.17 .RELEASE</version >
1919 </parent >
2020
2121 <properties >
You can’t perform that action at this time.
0 commit comments