Skip to content

Commit

Permalink
Update dependency org.codehaus.groovy:groovy-xml to v3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent ea80041 commit 7f2a693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencyManagement {

configurations {
all {
resolutionStrategy.force 'org.codehaus.groovy:groovy-xml:3.0.13'
resolutionStrategy.force 'org.codehaus.groovy:groovy-xml:3.0.19'
resolutionStrategy.eachDependency { DependencyResolveDetails details->
if (details.requested.group == 'org.seleniumhq.selenium') {
details.useVersion('4.10.0')
Expand Down

0 comments on commit 7f2a693

Please sign in to comment.