Skip to content

Commit

Permalink
Upgrade Rhino 1.7.14 to 1.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tntim96 committed May 6, 2024
1 parent 19a9c9a commit c46e5ba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2.0.20 / 2024-??-??
==================
* Upgrade closure-compiler v20231112 to v20240317
* Internal: HtmlUnit 3.9.0 to 4.1.0, Mockito 5.8.0 to 5.11.0, JaCoCo 0.8.11 to 0.8.12
* Internal: HtmlUnit 3.9.0 to 4.1.0, Mockito 5.8.0 to 5.11.0, JaCoCo 0.8.11 to 0.8.12, Rhino 1.7.14 to 1.7.15

2.0.19 / 2024-01-02
==================
Expand Down
2 changes: 1 addition & 1 deletion JSCover.iml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<orderEntry type="library" scope="TEST" name="Maven: commons-net:commons-net:3.10.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: commons-codec:commons-codec:1.17.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.brotli:dec:0.1.2" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.mozilla:rhino:1.7.14" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.mozilla:rhino:1.7.15" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.13.2" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:2.2" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest:2.2" level="project" />
Expand Down
10 changes: 5 additions & 5 deletions JSCover.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -1052,16 +1052,16 @@
<root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/5.11.0/mockito-core-5.11.0-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: org.mozilla:rhino:1.7.14" type="java-imported" external-system-id="Maven">
<properties groupId="org.mozilla" artifactId="rhino" version="1.7.14" />
<library name="Maven: org.mozilla:rhino:1.7.15" type="java-imported" external-system-id="Maven">
<properties groupId="org.mozilla" artifactId="rhino" version="1.7.15" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/mozilla/rhino/1.7.14/rhino-1.7.14.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/mozilla/rhino/1.7.15/rhino-1.7.15.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/mozilla/rhino/1.7.14/rhino-1.7.14-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/mozilla/rhino/1.7.15/rhino-1.7.15-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/mozilla/rhino/1.7.14/rhino-1.7.14-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/mozilla/rhino/1.7.15/rhino-1.7.15-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: org.objenesis:objenesis:3.3" type="java-imported" external-system-id="Maven">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.14</version>
<version>1.7.15</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c46e5ba

Please sign in to comment.