Skip to content

Commit 3128b5e

Browse files
committed
Bump dependency on rhino to 1.8.0
1 parent 8770c0d commit 3128b5e

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

modules/scripting/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,12 @@
5050
<version>${project.version}</version>
5151
</dependency>
5252
<dependency>
53-
<groupId>rhino</groupId>
54-
<artifactId>js</artifactId>
53+
<groupId>org.mozilla</groupId>
54+
<artifactId>rhino</artifactId>
55+
</dependency>
56+
<dependency>
57+
<groupId>org.mozilla</groupId>
58+
<artifactId>rhino-xml</artifactId>
5559
</dependency>
5660
<dependency>
5761
<groupId>org.apache.xmlbeans</groupId>

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
<jibx.version>1.4.2</jibx.version>
487487
<maven.archiver.version>3.6.4</maven.archiver.version>
488488
<maven.version>3.9.11</maven.version>
489-
<rhino.version>1.6R7</rhino.version>
489+
<rhino.version>1.8.0</rhino.version>
490490
<slf4j.version>2.0.17</slf4j.version>
491491
<spring.version>6.2.9</spring.version>
492492
<wsdl4j.version>1.6.3</wsdl4j.version>
@@ -954,8 +954,13 @@
954954
<version>${intellij.version}</version>
955955
</dependency>
956956
<dependency>
957-
<groupId>rhino</groupId>
958-
<artifactId>js</artifactId>
957+
<groupId>org.mozilla</groupId>
958+
<artifactId>rhino</artifactId>
959+
<version>${rhino.version}</version>
960+
</dependency>
961+
<dependency>
962+
<groupId>org.mozilla</groupId>
963+
<artifactId>rhino-xml</artifactId>
959964
<version>${rhino.version}</version>
960965
</dependency>
961966
<dependency>

0 commit comments

Comments
 (0)