Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 2f3dd8c

Browse files
authored
Upgrade Rhino to 1.7.12, SnakeYAML to 1.26 (#691)
1 parent 99730e7 commit 2f3dd8c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<properties>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35-
<snakeyaml.version>1.23</snakeyaml.version>
35+
<snakeyaml.version>1.26</snakeyaml.version>
3636
<slf4j.version>1.7.14</slf4j.version>
3737
</properties>
3838

raml-parser-2/pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,23 @@
5959
<dependency>
6060
<groupId>com.github.java-json-tools</groupId>
6161
<artifactId>json-schema-validator</artifactId>
62-
<version>2.2.10</version>
62+
<version>2.2.13</version>
6363
<exclusions>
6464
<exclusion>
6565
<groupId>javax.mail</groupId>
6666
<artifactId>mailapi</artifactId>
6767
</exclusion>
68+
<exclusion>
69+
<groupId>org.mozilla</groupId>
70+
<artifactId>rhino</artifactId>
71+
</exclusion>
6872
</exclusions>
6973
</dependency>
74+
<dependency>
75+
<groupId>org.mozilla</groupId>
76+
<artifactId>rhino</artifactId>
77+
<version>1.7.12</version>
78+
</dependency>
7079
<dependency>
7180
<groupId>com.googlecode.juniversalchardet</groupId>
7281
<artifactId>juniversalchardet</artifactId>

0 commit comments

Comments
 (0)