Skip to content

Commit 5d4a707

Browse files
authored
Merge pull request #942 from AdoptOpenJDK/rhino_upgrade
OWS-624: upgrade rhino version
2 parents 952462f + 408fefa commit 5d4a707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
</exclusions>
4646
</dependency>
4747
<dependency>
48-
<groupId>rhino</groupId>
49-
<artifactId>js</artifactId>
50-
<version>1.7R1</version>
48+
<groupId>org.mozilla</groupId>
49+
<artifactId>rhino</artifactId>
50+
<version>1.7.14</version>
5151
</dependency>
5252

5353
<dependency>

0 commit comments

Comments
 (0)