Skip to content

Commit dd67b35

Browse files
committed
Issue #190 - Spring Data Commons vulnerability
Fixed security issue with spring-data-commons by update to version `2.0.9` - see CVE-2018-1273
1 parent 4cf694b commit dd67b35

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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>

src/changes/changes.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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>
@@ -67,9 +67,12 @@
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">

0 commit comments

Comments
 (0)