Skip to content

Commit

Permalink
Update dependency net.sourceforge.htmlunit:htmlunit to v2.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2022
1 parent 4627064 commit 14840fd
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.67.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.68.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.67.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.68.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.67.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.68.0"
compile 'org.grails.plugins:spring-security-core:5.2.0'
}

Expand Down

0 comments on commit 14840fd

Please sign in to comment.