Skip to content

Commit

Permalink
Upgrade closure-compiler v20230802 to v20231112
Browse files Browse the repository at this point in the history
  • Loading branch information
tntim96 committed Nov 14, 2023
1 parent 521efd1 commit ed3541b
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,6 +1,6 @@
2.0.19 / 2023-??-??
==================
* Upgrade closure-compiler v20230502 to v20230802
* Upgrade closure-compiler v20230502 to v20231112
* Update documentation and manual for Java 11
* Internal: HtmlUnit 2.70.0 to 3.7.0, Mockito 5.3.1 to 5.7.0, JaCoCo 0.8.10 to 0.8.11

Expand Down
2 changes: 1 addition & 1 deletion JSCover.iml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.google.javascript:closure-compiler:v20230802" level="project" />
<orderEntry type="library" name="Maven: com.google.javascript:closure-compiler:v20231112" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.10.1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:htmlunit:3.7.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.httpcomponents:httpmime:4.5.14" level="project" />
Expand Down
10 changes: 5 additions & 5 deletions JSCover.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -712,16 +712,16 @@
<root url="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: com.google.javascript:closure-compiler:v20230802" type="java-imported" external-system-id="Maven">
<properties groupId="com.google.javascript" artifactId="closure-compiler" version="v20230802" />
<library name="Maven: com.google.javascript:closure-compiler:v20231112" type="java-imported" external-system-id="Maven">
<properties groupId="com.google.javascript" artifactId="closure-compiler" version="v20231112" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/google/javascript/closure-compiler/v20230802/closure-compiler-v20230802.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/google/javascript/closure-compiler/v20231112/closure-compiler-v20231112.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/com/google/javascript/closure-compiler/v20230802/closure-compiler-v20230802-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/google/javascript/closure-compiler/v20231112/closure-compiler-v20231112-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/google/javascript/closure-compiler/v20230802/closure-compiler-v20230802-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/google/javascript/closure-compiler/v20231112/closure-compiler-v20231112-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: com.shapesecurity:salvation2:3.0.1" 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 @@ -73,7 +73,7 @@
<dependency>
<groupId>com.google.javascript</groupId>
<artifactId>closure-compiler</artifactId>
<version>v20230802</version>
<version>v20231112</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit ed3541b

Please sign in to comment.