summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2015-09-18 08:28:42 -0400
committerJames Moger <james.moger@gitblit.com>2015-09-18 08:28:42 -0400
commit7148831175e9952d895d6768a25d0df5c330fd97 (patch)
tree73effc29f0dee2fc00b07d4a357b50237507a970
parente59d9d987a5dc29dc210feb28f4f347f12db4e5c (diff)
downloadgitblit-7148831175e9952d895d6768a25d0df5c330fd97.tar.gz
gitblit-7148831175e9952d895d6768a25d0df5c330fd97.zip
Update to Groovy 2.4.4
-rw-r--r--.classpath2
-rw-r--r--build.moxie2
-rw-r--r--gitblit.iml6
3 files changed, 5 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 0e4b39be..9ce74f75 100644
--- a/.classpath
+++ b/.classpath
@@ -57,7 +57,7 @@
<classpathentry kind="lib" path="ext/rome-0.9.jar" sourcepath="ext/src/rome-0.9.jar" />
<classpathentry kind="lib" path="ext/jdom-1.0.jar" sourcepath="ext/src/jdom-1.0.jar" />
<classpathentry kind="lib" path="ext/gson-2.3.1.jar" sourcepath="ext/src/gson-2.3.1.jar" />
- <classpathentry kind="lib" path="ext/groovy-all-2.4.1.jar" sourcepath="ext/src/groovy-all-2.4.1.jar" />
+ <classpathentry kind="lib" path="ext/groovy-all-2.4.4.jar" sourcepath="ext/src/groovy-all-2.4.4.jar" />
<classpathentry kind="lib" path="ext/unboundid-ldapsdk-2.3.8.jar" sourcepath="ext/src/unboundid-ldapsdk-2.3.8.jar" />
<classpathentry kind="lib" path="ext/ivy-2.2.0.jar" sourcepath="ext/src/ivy-2.2.0.jar" />
<classpathentry kind="lib" path="ext/jcalendar-1.3.2.jar" />
diff --git a/build.moxie b/build.moxie
index 1a61da7e..e4df2a8e 100644
--- a/build.moxie
+++ b/build.moxie
@@ -107,7 +107,7 @@ properties: {
wicket.version : 1.4.22
lucene.version : 4.10.0
jgit.version : 4.0.1.201506240215-r
- groovy.version : 2.4.1
+ groovy.version : 2.4.4
bouncycastle.version : 1.51
selenium.version : 2.28.0
wikitext.version : 1.4
diff --git a/gitblit.iml b/gitblit.iml
index 9ca6cd81..e22b861a 100644
--- a/gitblit.iml
+++ b/gitblit.iml
@@ -582,13 +582,13 @@
</library>
</orderEntry>
<orderEntry type="module-library">
- <library name="groovy-all-2.4.1.jar">
+ <library name="groovy-all-2.4.4.jar">
<CLASSES>
- <root url="jar://$MODULE_DIR$/ext/groovy-all-2.4.1.jar!/" />
+ <root url="jar://$MODULE_DIR$/ext/groovy-all-2.4.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/ext/src/groovy-all-2.4.1.jar!/" />
+ <root url="jar://$MODULE_DIR$/ext/src/groovy-all-2.4.4.jar!/" />
</SOURCES>
</library>
</orderEntry>