Skip to content

Commit

Permalink
Merge pull request Netflix#171 from jonjack/bugfix/fix-groovy-version
Browse files Browse the repository at this point in the history
Updated groovy version to fix build of zuul-simple-webapp
  • Loading branch information
NiteshKant committed Oct 8, 2015
2 parents 16628f6 + 20b6469 commit eb1fc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zuul-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'groovy'

dependencies {
compile 'commons-io:commons-io:2.4'
compile 'org.codehaus.groovy:groovy-all:2.3.6'
compile 'org.codehaus.groovy:groovy-all:2.3.10'
compile 'org.mockito:mockito-all:1.9.5'
compile 'org.slf4j:slf4j-api:1.7.6'

Expand Down

0 comments on commit eb1fc71

Please sign in to comment.