Skip to content

Commit 1d0e368

Browse files
committed
Update plugin and dependency versions
* Update `dependency-check-maven` to `6.0.5` * Update `guava` (CVE-2020-8908) * Update `spring` (CVE-2020-5421) * Update `junit` version * Update changelog Related to #55
1 parent b0946c0 commit 1d0e368

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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

@@ -115,7 +115,7 @@
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>
@@ -133,7 +133,7 @@
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>
@@ -198,7 +198,7 @@
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>

0 commit comments

Comments
 (0)