Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
switch to spring-2.3.1 (#574)
Browse files Browse the repository at this point in the history
* switch to spring-2.3.1
* remove CVE-2020-11996 mitigation 
is now resolved by upgrade to spring-2.3.1
  • Loading branch information
lazydays79 committed Jul 1, 2020
1 parent a7f6fd7 commit e7c71d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion common/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<version>2.3.1.RELEASE</version>
<relativePath></relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 1 addition & 7 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version>
<version>2.3.1.RELEASE</version>
<relativePath></relativePath>
</parent>

Expand Down Expand Up @@ -96,12 +96,6 @@
<version>42.2.13</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- https://nvd.nist.gov/vuln/detail/CVE-2020-11996 -->
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.36</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit e7c71d5

Please sign in to comment.