Skip to content

Commit 0d5e860

Browse files
authored
Merge pull request #1703 from julianladisch/rhino-1.7.14
Upgrade rhino from 1.7.7.2 to 1.7.14
2 parents 8d0d372 + 7cffbe9 commit 0d5e860

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

mockserver-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@
170170
<groupId>io.swagger.parser.v3</groupId>
171171
<artifactId>swagger-parser</artifactId>
172172
</dependency>
173+
<dependency>
174+
<!-- upgrade swagger-parser dependency fixing
175+
https://security.snyk.io/vuln/SNYK-JAVA-ORGMOZILLA-1314295 -->
176+
<groupId>org.mozilla</groupId>
177+
<artifactId>rhino</artifactId>
178+
</dependency>
173179

174180
<!-- xml -->
175181
<dependency>

0 commit comments

Comments
 (0)