Skip to content

Commit

Permalink
Update dependency net.sourceforge.htmlunit:htmlunit to v2.70.0 (#883)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2023
1 parent 7cad833 commit 909ff5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/src/docs/code/s2-quickstart-old/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
testCompile "org.grails:grails-plugin-testing"
testCompile "org.grails.plugins:geb"
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.69.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"
compile 'org.grails.plugins:spring-security-core:5.2.0'
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/src/docs/code/s2-quickstart-requestmap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
testCompile "org.grails:grails-plugin-testing"
testCompile "org.grails.plugins:geb"
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.69.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"
compile 'org.grails.plugins:spring-security-core:5.2.0'
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/src/docs/code/s2-quickstart-rolegroup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
testCompile "org.grails:grails-plugin-testing"
testCompile "org.grails.plugins:geb"
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.69.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"
compile 'org.grails.plugins:spring-security-core:5.2.0'
}

Expand Down

0 comments on commit 909ff5d

Please sign in to comment.