Skip to content

Commit

Permalink
Bump org.htmlunit:htmlunit from 4.1.0 to 4.2.0 (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent c5ed12d commit 85fe4a4
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,8 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<exclusions>
<!-- Not needed at runtime -->
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<!-- Provided by Jenkins core -->
<exclusion>
<groupId>commons-codec</groupId>
Expand All @@ -64,31 +59,6 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<!-- Provided by Jenkins test harness -->
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-io</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-xml</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -135,18 +105,10 @@
by Jenkins core or test harness (and therefore excluded above) as well as HtmlUnit itself.
-->
<relocations>
<relocation>
<pattern>com.shapesecurity</pattern>
<shadedPattern>hidden.jth.com.shapesecurity</shadedPattern>
</relocation>
<relocation>
<pattern>mozilla</pattern>
<shadedPattern>hidden.jth.mozilla</shadedPattern>
</relocation>
<relocation>
<pattern>netscape</pattern>
<shadedPattern>hidden.jth.netscape</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.http</pattern>
<shadedPattern>hidden.jth.org.apache.http</shadedPattern>
Expand Down

0 comments on commit 85fe4a4

Please sign in to comment.