Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Site_New_Endpoint
Browse files Browse the repository at this point in the history
fabiodmota committed Apr 21, 2023
2 parents 1023957 + 23eacb8 commit 1b770d8
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
@@ -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>

0 comments on commit 1b770d8

Please sign in to comment.