Skip to content

Commit

Permalink
[JENKINS-34751] use patched version of Groovy 2.4.6 (#2369)
Browse files Browse the repository at this point in the history
contains fixes for GROOVY-7761 and GROOVY-7826

[FIXES JENKINS-34751]
  • Loading branch information
daspilker authored and oleg-nenashev committed May 28, 2016
1 parent 50c7049 commit a3ddc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -41,7 +41,7 @@ THE SOFTWARE.
<staplerFork>true</staplerFork>
<stapler.version>1.243</stapler.version>
<spring.version>2.5.6.SEC03</spring.version>
<groovy.version>2.4.6</groovy.version>
<groovy.version>2.4.6-jenkins-1</groovy.version>
</properties>

<dependencies>
Expand Down

0 comments on commit a3ddc89

Please sign in to comment.