Skip to content

Commit 77f0243

Browse files
authoredJun 5, 2020
Merge pull request #463 from javaee-samples/dependabot/maven/net.sourceforge.htmlunit-htmlunit-2.37.0
Bump htmlunit from 2.35.0 to 2.37.0
2 parents be7d1b2 + 07797bf commit 77f0243

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎jaspic/common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>net.sourceforge.htmlunit</groupId>
5454
<artifactId>htmlunit</artifactId>
55-
<version>2.31</version>
55+
<version>2.37.0</version>
5656
<scope>provided</scope>
5757
</dependency>
5858
<dependency>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<dependency>
229229
<groupId>net.sourceforge.htmlunit</groupId>
230230
<artifactId>htmlunit</artifactId>
231-
<version>2.35.0</version>
231+
<version>2.37.0</version>
232232
<scope>test</scope>
233233
</dependency>
234234
<dependency>

0 commit comments

Comments
 (0)
Failed to load comments.