Skip to content

Commit

Permalink
Remove exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Feb 15, 2024
1 parent 5fe0a97 commit ba5f071
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,20 +223,8 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
<!-- Exlude spring-core because of CVE-2023-20863 (spring-core in version 6.0.7) -->
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- add explicit dependency spring-expression because of CVE-2023-20863 (spring-core in version 6.0.7).
Remove after spring-boot-starter-web includes the newest version of spring-expression-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.0.8</version>
</dependency>

<!-- logging -->
<dependency>
Expand Down

0 comments on commit ba5f071

Please sign in to comment.