Skip to content

Commit faf7f1a

Browse files
Bump org.htmlunit:htmlunit (#117)
Bumps the gradle-dependencies group in /functional-tests with 1 update: [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit). Updates `org.htmlunit:htmlunit` from 4.16.0 to 4.18.0 - [Release notes](https://github.com/HtmlUnit/htmlunit/releases) - [Commits](HtmlUnit/htmlunit@4.16.0...4.18.0) --- updated-dependencies: - dependency-name: org.htmlunit:htmlunit dependency-version: 4.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50cedbb commit faf7f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
dependencies {
1212
testImplementation 'junit:junit:4.13.2'
1313
testImplementation 'com.thoughtworks.gauge:gauge-java:+'
14-
testImplementation 'org.htmlunit:htmlunit:4.16.0'
14+
testImplementation 'org.htmlunit:htmlunit:4.18.0'
1515
testImplementation 'se.fishtank:css-selectors:2.0'
1616
testImplementation 'org.jsoup:jsoup:1.21.2'
1717
testImplementation 'org.assertj:assertj-core:3.27.6'

0 commit comments

Comments
 (0)