File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Download the JAR though [Maven Central](http://mvnrepository.com/artifact/com.gi
3737<dependency >
3838 <groupId >com.github.derjust</groupId >
3939 <artifactId >spring-data-dynamodb</artifactId >
40- <version >5.0.2 </version >
40+ <version >5.0.3 </version >
4141</dependency >
4242```
4343
Original file line number Diff line number Diff line change 3838
3939 <properties >
4040 <spring .version>5.0.4.RELEASE</spring .version>
41- <spring-data .version>2.0.1 .RELEASE</spring-data .version>
41+ <spring-data .version>2.0.9 .RELEASE</spring-data .version>
4242
4343 <hibernate-validator .version>6.0.9.Final</hibernate-validator .version>
4444 <aws-java-sdk .version>1.11.301</aws-java-sdk .version>
Original file line number Diff line number Diff line change 2323 <author email =" zeeman@zeeman.de" >derjust</author >
2424 </properties >
2525 <body >
26- <release version =" 5.0.3" date =" " description =" Maintenance release" >
26+ <release version =" 5.0.3" date =" 2018-08-10 " description =" Maintenance & security release" >
2727 <action dev =" derjust" type =" fix" date =" 2018-03-05" >
2828 Fix Javadoc and cast warnings
2929 </action >
6767 <action dev =" SimY4" issue =" 183" type =" fix" date =" 2018-07-16" >
6868 Match hibernate validator dependency version with Spring Boot 2 dependency.
6969 </action >
70- <action dev =" derjust" issue =" 181" type =" fix" date =" " >
70+ <action dev =" derjust" issue =" 181" type =" fix" date =" 2018-07-16 " >
7171 `Pageable.unpaged()` find queries fail
7272 </action >
73+ <action dev =" derjust" issue =" 190" type =" fix" date =" 2018-08-10" >
74+ Update to spring-data 2.0.9 due to fix CVE-2018-1273
75+ </action >
7376 </release >
7477 <release version =" 5.0.2" date =" 2018-03-05" description =" Maintenance release" >
7578 <action dev =" vitolimandibhrata" issue =" 40" type =" add" date =" 2017-01-07" >
You can’t perform that action at this time.
0 commit comments