Skip to content

Commit

Permalink
Bump org.htmlunit:htmlunit (#74)
Browse files Browse the repository at this point in the history
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.4.0 to 4.5.0
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](HtmlUnit/htmlunit@4.4.0...4.5.0)

---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
  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>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent fe063c3 commit aa063fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.thoughtworks.gauge:gauge-java:+'
testImplementation 'org.htmlunit:htmlunit:4.4.0'
testImplementation 'org.htmlunit:htmlunit:4.5.0'
testImplementation 'se.fishtank:css-selectors:2.0'
testImplementation 'org.jsoup:jsoup:1.18.1'
testImplementation 'org.assertj:assertj-core:3.26.3'
Expand Down

0 comments on commit aa063fa

Please sign in to comment.