Skip to content

Commit

Permalink
feat(pom): override spring expression transitive dependency to versio…
Browse files Browse the repository at this point in the history
…n 6.0.8
  • Loading branch information
nicoprow committed Apr 20, 2023
1 parent 115373f commit 68aef58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>
<!-- Override spring expression version used by transitive dependencies due to security issue -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>6.0.8</version>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
Expand Down

0 comments on commit 68aef58

Please sign in to comment.