Skip to content

Commit

Permalink
Merge pull request #104 from catenax-ng/feat/spring-expression-6.0.8
Browse files Browse the repository at this point in the history
feat(pom): override spring expression transitive dependency to versio…
  • Loading branch information
nicoprow authored Apr 20, 2023
2 parents 115373f + 68aef58 commit 8d395db
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 8d395db

Please sign in to comment.