Skip to content

Commit 76829ed

Browse files
authored
Merge pull request #322 from kmanning/issue_321
Issue 321: Upgrade groovy from 2.4.11 to 2.4.12
2 parents a3d6922 + 936f368 commit 76829ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22

3+
* [Issue #321](https://github.com/manheim/terraform-pipeline/issues/321) Upgrade groovy from 2.4.11 to 2.4.12 (fix travisCi failures)
34
* [Issue #311](https://github.com/manheim/terraform-pipeline/issues/311) Fix non-deterministic test failures
45
* [Issue #316](https://github.com/manheim/terraform-pipeline/issues/316) Implement more granular decorations in TerraformEnvironmentStage.
56

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
compile 'org.codehaus.groovy:groovy-all:2.4.11'
10+
compile 'org.codehaus.groovy:groovy-all:2.4.12'
1111

1212
testCompile 'com.lesfurets:jenkins-pipeline-unit:1.1'
1313

0 commit comments

Comments
 (0)