File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+
11
+ - Change base package from ` de.zalando ` to ` org.zalando `
12
+ - Update ` postgresql ` ([ CVE-2020 -13692] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13692 ) )
13
+ - Update ` guava ` ([ CVE-2020 -8908] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908 ) )
14
+ - Update ` spring ` ([ CVE-2020 -5421] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5421 ) )
15
+
9
16
## [ 2.0.0] - 2017-08-04
10
17
11
18
### Added
Original file line number Diff line number Diff line change 61
61
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
62
62
<maven .compiler.source>1.8</maven .compiler.source>
63
63
<maven .compiler.target>1.8</maven .compiler.target>
64
- <spring .version>5.2.5 .RELEASE</spring .version>
64
+ <spring .version>5.2.12 .RELEASE</spring .version>
65
65
<postgresql .version>42.2.14</postgresql .version>
66
66
</properties >
67
67
115
115
<dependency >
116
116
<groupId >com.google.guava</groupId >
117
117
<artifactId >guava</artifactId >
118
- <version >28.0 -jre</version >
118
+ <version >30.1 -jre</version >
119
119
</dependency >
120
120
<dependency >
121
121
<groupId >javax.persistence</groupId >
133
133
<groupId >junit</groupId >
134
134
<artifactId >junit</artifactId >
135
135
<scope >test</scope >
136
- <version >4.12 </version >
136
+ <version >4.13.1 </version >
137
137
</dependency >
138
138
<dependency >
139
139
<groupId >org.springframework</groupId >
198
198
<plugin >
199
199
<groupId >org.owasp</groupId >
200
200
<artifactId >dependency-check-maven</artifactId >
201
- <version >5 .0.0 </version >
201
+ <version >6 .0.5 </version >
202
202
<executions >
203
203
<execution >
204
204
<goals >
You can’t perform that action at this time.
0 commit comments