Skip to content

Commit

Permalink
Test Groovy 4.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Jun 30, 2023
1 parent 22cadd6 commit 64c7004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrationTestSuite.groovy
Expand Up @@ -21,7 +21,7 @@ groovyVersions = ["1.5.0", "1.5.1", "1.5.2", "1.5.3", "1.5.4", "1.5.5", "1.5.6",
"2.5.0-alpha-1", "2.5.0-beta-1", "2.5.0-beta-2", "2.5.0-beta-3", "2.5.0-rc-1", "2.5.0-rc-2", "2.5.0", "2.5.1", "2.5.2", "2.5.3", "2.5.4", "2.5.5", "2.5.6", "2.5.7", "2.5.8", "2.5.9", "2.5.10", "2.5.11", "2.5.12", "2.5.13", "2.5.14", "2.5.15", "2.5.16", "2.5.17", "2.5.18", "2.5.19", "2.5.20", "2.5.21", "2.5.22",
"2.6.0-alpha-1", "2.6.0-alpha-2", "2.6.0-alpha-3",
"3.0.0-alpha-1", "3.0.0-alpha-2", "3.0.0-alpha-3", "3.0.0-alpha-4", "3.0.0-beta-1", "3.0.0-beta-2", "3.0.0-beta-3", "3.0.0-rc-1", "3.0.0-rc-2", "3.0.0-rc-3", "3.0.0", "3.0.1", "3.0.2", "3.0.3", "3.0.4", "3.0.5", "3.0.6", "3.0.7", "3.0.8", "3.0.9", "3.0.10", "3.0.11", "3.0.12", "3.0.13", "3.0.14", "3.0.15", "3.0.16", "3.0.17",
"4.0.0-alpha-1", "4.0.0-alpha-2", "4.0.0-alpha-3", "4.0.0-beta-1", "4.0.0-beta-2", "4.0.0-rc-1", "4.0.0-rc-2", "4.0.0", "4.0.1", "4.0.2", "4.0.3", "4.0.4", "4.0.5", "4.0.6", "4.0.7", "4.0.8", "4.0.9", "4.0.10", "4.0.11", "4.0.12"]
"4.0.0-alpha-1", "4.0.0-alpha-2", "4.0.0-alpha-3", "4.0.0-beta-1", "4.0.0-beta-2", "4.0.0-rc-1", "4.0.0-rc-2", "4.0.0", "4.0.1", "4.0.2", "4.0.3", "4.0.4", "4.0.5", "4.0.6", "4.0.7", "4.0.8", "4.0.9", "4.0.10", "4.0.11", "4.0.12", "4.0.13"]
for (int i = 0; i < groovyVersions.size(); i++) {
def groovyVersion = groovyVersions[i]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -26,7 +26,7 @@
<sourcePluginVersion>3.2.1</sourcePluginVersion>
<!-- these are properties so that site generation and integration tests can use it -->
<groovyGroupId>org.apache.groovy</groovyGroupId>
<groovyVersion>4.0.12</groovyVersion>
<groovyVersion>4.0.13</groovyVersion>
</properties>

<dependencies>
Expand Down

0 comments on commit 64c7004

Please sign in to comment.