Skip to content

Commit

Permalink
Update to Groovy 4.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Pounder authored and Adam Pounder committed Oct 9, 2024
1 parent b855cb9 commit 795ffb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
groovy = "4.0.5"
groovy = "4.0.23"
jetty = "9.4.44.v20210927"
junit4 = "4.13.2"
junit5 = "5.8.1"
ratpack = "1.10.0-milestone-32"
sauceConnect = "1.153"
selenium = "4.2.2"
spock = "2.3-groovy-4.0"
spock = "2.4-M4-groovy-4.0"
threeTen = "1.7.0"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class PageContentTemplate {
factoryReturn.init(this, args)
}
if (factoryReturn instanceof Navigator) {
new TemplateDerivedPageContent(browser, this, factoryReturn, *args)
new TemplateDerivedPageContent(browser, this, factoryReturn, args)
} else {
factoryReturn
}
Expand Down

0 comments on commit 795ffb6

Please sign in to comment.