File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
keycloak-dropwizard-jaxrs-example
keycloak-dropwizard-jetty Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 -->
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
Original file line number Diff line number Diff line change 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 -->
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments