File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
66
77## [ Unreleased]
88
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+
916## [ 2.0.0] - 2017-08-04
1017
1118### Added
Original file line number Diff line number Diff line change 6161 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6262 <maven .compiler.source>1.8</maven .compiler.source>
6363 <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>
6565 <postgresql .version>42.2.14</postgresql .version>
6666 </properties >
6767
115115 <dependency >
116116 <groupId >com.google.guava</groupId >
117117 <artifactId >guava</artifactId >
118- <version >28.0 -jre</version >
118+ <version >30.1 -jre</version >
119119 </dependency >
120120 <dependency >
121121 <groupId >javax.persistence</groupId >
133133 <groupId >junit</groupId >
134134 <artifactId >junit</artifactId >
135135 <scope >test</scope >
136- <version >4.12 </version >
136+ <version >4.13.1 </version >
137137 </dependency >
138138 <dependency >
139139 <groupId >org.springframework</groupId >
198198 <plugin >
199199 <groupId >org.owasp</groupId >
200200 <artifactId >dependency-check-maven</artifactId >
201- <version >5 .0.0 </version >
201+ <version >6 .0.5 </version >
202202 <executions >
203203 <execution >
204204 <goals >
You can’t perform that action at this time.
0 commit comments