Skip to content

Commit

Permalink
upgrading htmlunit and dependent library
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Jun 16, 2020
1 parent 297f8dc commit b8b2e35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions keycloak-dropwizard-jaxrs-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.17</version>
<version>2.37.0</version>
<scope>test</scope>
</dependency>
<!-- upgrade these from htmlunit two to match the jetty version of dropwizard -->
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.4.1</version>
<version>4.5.10</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions keycloak-dropwizard-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.17</version>
<version>2.37.0</version>
<scope>test</scope>
</dependency>
<!-- upgrade these from htmlunit two to match the jetty version of dropwizard -->
Expand All @@ -81,7 +81,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.4.1</version>
<version>4.5.10</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion keycloak-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.4.1</version>
<version>4.5.10</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b8b2e35

Please sign in to comment.