Skip to content

Commit 07797bf

Browse files
authoredMay 21, 2020
Bump htmlunit from 2.35.0 to 2.37.0
Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.35.0 to 2.37.0. - [Release notes](https://github.com/HtmlUnit/htmlunit/releases) - [Commits](HtmlUnit/htmlunit@2.35.0...2.37.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7471ec9 commit 07797bf

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.