We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3d6922 + 936f368 commit 76829edCopy full SHA for 76829ed
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Unreleased
2
3
+* [Issue #321](https://github.com/manheim/terraform-pipeline/issues/321) Upgrade groovy from 2.4.11 to 2.4.12 (fix travisCi failures)
4
* [Issue #311](https://github.com/manheim/terraform-pipeline/issues/311) Fix non-deterministic test failures
5
* [Issue #316](https://github.com/manheim/terraform-pipeline/issues/316) Implement more granular decorations in TerraformEnvironmentStage.
6
build.gradle
@@ -7,7 +7,7 @@ repositories {
7
}
8
9
dependencies {
10
- compile 'org.codehaus.groovy:groovy-all:2.4.11'
+ compile 'org.codehaus.groovy:groovy-all:2.4.12'
11
12
testCompile 'com.lesfurets:jenkins-pipeline-unit:1.1'
13
0 commit comments