Skip to content

Commit b8b2e35

Browse files
committed
upgrading htmlunit and dependent library
1 parent 297f8dc commit b8b2e35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

keycloak-dropwizard-jaxrs-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>net.sourceforge.htmlunit</groupId>
8080
<artifactId>htmlunit</artifactId>
81-
<version>2.17</version>
81+
<version>2.37.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<!-- upgrade these from htmlunit two to match the jetty version of dropwizard -->
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.apache.httpcomponents</groupId>
9797
<artifactId>httpclient</artifactId>
98-
<version>4.4.1</version>
98+
<version>4.5.10</version>
9999
</dependency>
100100
</dependencies>
101101

keycloak-dropwizard-jetty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>net.sourceforge.htmlunit</groupId>
6565
<artifactId>htmlunit</artifactId>
66-
<version>2.17</version>
66+
<version>2.37.0</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<!-- upgrade these from htmlunit two to match the jetty version of dropwizard -->
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.apache.httpcomponents</groupId>
8383
<artifactId>httpclient</artifactId>
84-
<version>4.4.1</version>
84+
<version>4.5.10</version>
8585
</dependency>
8686
</dependencies>
8787

keycloak-dropwizard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.apache.httpcomponents</groupId>
4747
<artifactId>httpclient</artifactId>
48-
<version>4.4.1</version>
48+
<version>4.5.10</version>
4949
</dependency>
5050
</dependencies>
5151

0 commit comments

Comments
 (0)