Skip to content

Commit

Permalink
Update dependency net.sourceforge.htmlunit:htmlunit to v2.60.0 (#732)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 28, 2022
1 parent 499aa3d commit 43f6d28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.59.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.60.0"
compile 'org.grails.plugins:spring-security-core:5.0.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.59.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.60.0"
compile 'org.grails.plugins:spring-security-core:5.0.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 @@ -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.59.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.60.0"
compile 'org.grails.plugins:spring-security-core:5.0.0'
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/src/docs/code/s2-quickstart/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.59.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.60.0"
compile 'org.grails.plugins:spring-security-core:5.0.0'
}

Expand Down

0 comments on commit 43f6d28

Please sign in to comment.