Skip to content

Commit

Permalink
Update dependency net.sourceforge.htmlunit:htmlunit to v2.70.0 (#63)
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 Dec 8, 2023
1 parent 76c9d3e commit 850aa90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testapps/spring-security-cas-test1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
testCompile "org.grails.plugins:geb"
testCompile "org.grails:grails-web-testing-support"
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.60.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"

compile project(':spring-security-cas')
}
Expand Down
2 changes: 1 addition & 1 deletion testapps/spring-security-cas-test2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
testCompile "org.grails.plugins:geb"
testCompile "org.grails:grails-web-testing-support"
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.60.0"
testRuntime "net.sourceforge.htmlunit:htmlunit:2.70.0"

compile project(':spring-security-cas')
}
Expand Down

0 comments on commit 850aa90

Please sign in to comment.