Skip to content

Commit

Permalink
Upgrade spring.boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi-aga authored and aklish committed Dec 14, 2020
1 parent a8c8647 commit 00858c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
4 changes: 0 additions & 4 deletions elide-spring/elide-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,11 @@
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<optional>true</optional>
<!-- Till new spring-boot-dependencies release. CVE-2020-17527 -->
<version>9.0.40</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<optional>true</optional>
<!-- Till new spring-boot-dependencies release. CVE-2020-17527 -->
<version>9.0.40</version>
</dependency>

<dependency>
Expand Down
13 changes: 1 addition & 12 deletions elide-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<properties>
<parent.pom.dir>${project.basedir}/../..</parent.pom.dir>
<spring.boot.version>2.4.0</spring.boot.version>
<spring.boot.version>2.4.1</spring.boot.version>
<groovy.version>3.0.6</groovy.version>
</properties>

Expand Down Expand Up @@ -81,17 +81,6 @@
<version>${groovy.version}</version>
<scope>test</scope>
</dependency>
<!-- Till new spring-boot-dependencies release. CVE-2020-25638-->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate5.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>${hibernate5.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
Expand Down

0 comments on commit 00858c6

Please sign in to comment.