Skip to content

Commit

Permalink
Bump the gradle-dependencies group in /functional-tests with 2 updates (
Browse files Browse the repository at this point in the history
#57)

Bumps the gradle-dependencies group in /functional-tests with 2 updates: [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) and org.gauge.


Updates `org.htmlunit:htmlunit` from 3.11.0 to 4.1.0
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](HtmlUnit/htmlunit@3.11.0...4.1.0)

Updates `org.gauge` from 2.0.0 to 2.1.0

---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.gauge
  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 May 7, 2024
1 parent 8dfbf17 commit c864ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functional-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.gauge' version '2.0.0'
id 'org.gauge' version '2.1.0'
}

repositories {
Expand All @@ -11,7 +11,7 @@ repositories {
dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.thoughtworks.gauge:gauge-java:+'
testImplementation 'org.htmlunit:htmlunit:3.11.0'
testImplementation 'org.htmlunit:htmlunit:4.1.0'
testImplementation 'se.fishtank:css-selectors:2.0'
testImplementation 'org.jsoup:jsoup:1.17.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
Expand Down

0 comments on commit c864ca6

Please sign in to comment.