Skip to content

Commit

Permalink
Merge pull request #942 from AdoptOpenJDK/rhino_upgrade
Browse files Browse the repository at this point in the history
OWS-624: upgrade rhino version
  • Loading branch information
sclassen authored Apr 30, 2024
2 parents 952462f + 408fefa commit 5d4a707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<version>1.7R1</version>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.14</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5d4a707

Please sign in to comment.