Skip to content

Commit

Permalink
Upgrade HtmlUnit 3.4.0 to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tntim96 committed Aug 22, 2023
1 parent 7c869c1 commit f014ab6
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 38 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
==================
* Upgrade closure-compiler v20230502 to v20230802
* Update documentation and manual for Java 11
* Internal: HtmlUnit 2.70.0 to 3.4.0, Mockito 5.3.1 to 5.4.0
* Internal: HtmlUnit 2.70.0 to 3.5.0, Mockito 5.3.1 to 5.4.0

2.0.18 / 2023-05-07
==================
Expand Down
14 changes: 8 additions & 6 deletions JSCover.iml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,23 @@
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/target/generated-sources/annotations" isTestSource="false" generated="true" />
<sourceFolder url="file://$MODULE_DIR$/target/generated-test-sources/test-annotations" isTestSource="true" generated="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</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.code.gson:gson:2.10.1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:htmlunit:3.4.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:htmlunit:3.5.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.httpcomponents:httpmime:4.5.14" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.httpcomponents:httpclient:4.5.14" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.httpcomponents:httpcore:4.4.16" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:htmlunit-core-js:3.4.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:neko-htmlunit:3.4.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:htmlunit-cssparser:3.4.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:htmlunit-xpath:3.4.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.commons:commons-lang3:3.12.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:htmlunit-core-js:3.5.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:neko-htmlunit:3.5.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:htmlunit-cssparser:3.5.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.htmlunit:htmlunit-xpath:3.5.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.commons:commons-lang3:3.13.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.commons:commons-text:1.10.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: commons-io:commons-io:2.13.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: commons-logging:commons-logging:1.2" level="project" />
Expand Down
60 changes: 30 additions & 30 deletions JSCover.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -820,16 +820,16 @@
<root url="jar://$MAVEN_REPOSITORY$/net/bytebuddy/byte-buddy/1.14.5/byte-buddy-1.14.5-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: org.apache.commons:commons-lang3:3.12.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.apache.commons" artifactId="commons-lang3" version="3.12.0" />
<library name="Maven: org.apache.commons:commons-lang3:3.13.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.apache.commons" artifactId="commons-lang3" version="3.13.0" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: org.apache.commons:commons-text:1.10.0" type="java-imported" external-system-id="Maven">
Expand Down Expand Up @@ -1000,64 +1000,64 @@
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: org.htmlunit:htmlunit-core-js:3.4.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.htmlunit" artifactId="htmlunit-core-js" version="3.4.0" />
<library name="Maven: org.htmlunit:htmlunit-core-js:3.5.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.htmlunit" artifactId="htmlunit-core-js" version="3.5.0" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-core-js/3.4.0/htmlunit-core-js-3.4.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-core-js/3.5.0/htmlunit-core-js-3.5.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-core-js/3.4.0/htmlunit-core-js-3.4.0-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-core-js/3.5.0/htmlunit-core-js-3.5.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-core-js/3.4.0/htmlunit-core-js-3.4.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-core-js/3.5.0/htmlunit-core-js-3.5.0-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: org.htmlunit:htmlunit-cssparser:3.4.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.htmlunit" artifactId="htmlunit-cssparser" version="3.4.0" />
<library name="Maven: org.htmlunit:htmlunit-cssparser:3.5.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.htmlunit" artifactId="htmlunit-cssparser" version="3.5.0" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-cssparser/3.4.0/htmlunit-cssparser-3.4.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-cssparser/3.5.0/htmlunit-cssparser-3.5.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-cssparser/3.4.0/htmlunit-cssparser-3.4.0-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-cssparser/3.5.0/htmlunit-cssparser-3.5.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-cssparser/3.4.0/htmlunit-cssparser-3.4.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-cssparser/3.5.0/htmlunit-cssparser-3.5.0-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: org.htmlunit:htmlunit-xpath:3.4.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.htmlunit" artifactId="htmlunit-xpath" version="3.4.0" />
<library name="Maven: org.htmlunit:htmlunit-xpath:3.5.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.htmlunit" artifactId="htmlunit-xpath" version="3.5.0" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-xpath/3.4.0/htmlunit-xpath-3.4.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-xpath/3.5.0/htmlunit-xpath-3.5.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-xpath/3.4.0/htmlunit-xpath-3.4.0-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-xpath/3.5.0/htmlunit-xpath-3.5.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-xpath/3.4.0/htmlunit-xpath-3.4.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit-xpath/3.5.0/htmlunit-xpath-3.5.0-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: org.htmlunit:htmlunit:3.4.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.htmlunit" artifactId="htmlunit" version="3.4.0" />
<library name="Maven: org.htmlunit:htmlunit:3.5.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.htmlunit" artifactId="htmlunit" version="3.5.0" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit/3.4.0/htmlunit-3.4.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit/3.5.0/htmlunit-3.5.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit/3.4.0/htmlunit-3.4.0-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit/3.5.0/htmlunit-3.5.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit/3.4.0/htmlunit-3.4.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/htmlunit/3.5.0/htmlunit-3.5.0-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: org.htmlunit:neko-htmlunit:3.4.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.htmlunit" artifactId="neko-htmlunit" version="3.4.0" />
<library name="Maven: org.htmlunit:neko-htmlunit:3.5.0" type="java-imported" external-system-id="Maven">
<properties groupId="org.htmlunit" artifactId="neko-htmlunit" version="3.5.0" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/neko-htmlunit/3.4.0/neko-htmlunit-3.4.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/neko-htmlunit/3.5.0/neko-htmlunit-3.5.0.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/neko-htmlunit/3.4.0/neko-htmlunit-3.4.0-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/neko-htmlunit/3.5.0/neko-htmlunit-3.5.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/neko-htmlunit/3.4.0/neko-htmlunit-3.4.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/htmlunit/neko-htmlunit/3.5.0/neko-htmlunit-3.5.0-sources.jar!/" />
</SOURCES>
</library>
<library name="Maven: org.jacoco:org.jacoco.agent:0.8.10" 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 @@ -83,7 +83,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f014ab6

Please sign in to comment.