summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 39f4b7fc..fb8181c0 100644
--- a/.classpath
+++ b/.classpath
@@ -16,7 +16,7 @@
<classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.10.jar" sourcepath="ext/src/slf4j-log4j12-1.7.10.jar" />
<classpathentry kind="lib" path="ext/javax.mail-1.5.1.jar" sourcepath="ext/src/javax.mail-1.5.1.jar" />
<classpathentry kind="lib" path="ext/javax.servlet-api-3.1.0.jar" sourcepath="ext/src/javax.servlet-api-3.1.0.jar" />
- <classpathentry kind="lib" path="ext/jetty-all-9.2.9.v20150224.jar" sourcepath="ext/src/jetty-all-9.2.9.v20150224.jar" />
+ <classpathentry kind="lib" path="ext/jetty-all-9.2.10.v20150310.jar" sourcepath="ext/src/jetty-all-9.2.10.v20150310.jar" />
<classpathentry kind="lib" path="ext/wicket-1.4.21.jar" sourcepath="ext/src/wicket-1.4.21.jar" />
<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.21.jar" sourcepath="ext/src/wicket-auth-roles-1.4.21.jar" />
<classpathentry kind="lib" path="ext/wicket-extensions-1.4.21.jar" sourcepath="ext/src/wicket-extensions-1.4.21.jar" />
diff --git a/build.moxie b/build.moxie
index f53189e7..237c3d35 100644
--- a/build.moxie
+++ b/build.moxie
@@ -102,7 +102,7 @@ repositories: central, eclipse-snapshots, eclipse, gitblit
# Convenience properties for dependencies
properties: {
- jetty.version : 9.2.9.v20150224
+ jetty.version : 9.2.10.v20150310
slf4j.version : 1.7.10
wicket.version : 1.4.21
lucene.version : 4.10.0
diff --git a/gitblit.iml b/gitblit.iml
index 09d45f36..d35be382 100644
--- a/gitblit.iml
+++ b/gitblit.iml
@@ -135,13 +135,13 @@
</library>
</orderEntry>
<orderEntry type="module-library">
- <library name="jetty-all-9.2.9.v20150224.jar">
+ <library name="jetty-all-9.2.10.v20150310.jar">
<CLASSES>
- <root url="jar://$MODULE_DIR$/ext/jetty-all-9.2.9.v20150224.jar!/" />
+ <root url="jar://$MODULE_DIR$/ext/jetty-all-9.2.10.v20150310.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/ext/src/jetty-all-9.2.9.v20150224.jar!/" />
+ <root url="jar://$MODULE_DIR$/ext/src/jetty-all-9.2.10.v20150310.jar!/" />
</SOURCES>
</library>
</orderEntry>