Merge pull request #2654 from OpenRefine/dependabot/maven/org.mozilla-rhino-1.7.12

Switch to rhino-runtime and bump from 1.7.10 to 1.7.12
This commit is contained in:
Tom Morris 2020-06-10 20:54:01 -04:00 committed by GitHub
commit 7c9b78d076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -172,8 +172,8 @@
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.10</version>
<artifactId>rhino-runtime</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>

View File

@ -179,8 +179,8 @@
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.10</version>
<artifactId>rhino-runtime</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -194,4 +194,3 @@
</dependency>
</dependencies>
</project>