Skip to content

Commit

Permalink
build: use version 6.0.8 of spring-expression to avoid CVE-2023-20863
Browse files Browse the repository at this point in the history
use version 6.0.8 of spring-expression to avoid  CVE-2023-20863. More
information: GHSA-wxqc-pxw9-g2p8
  • Loading branch information
mlopezFC authored and javier-godoy committed Jun 26, 2024
1 parent 6c23b71 commit 5c33cce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions backend-core-business-spring-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,13 @@
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>6.0.8</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 5c33cce

Please sign in to comment.