summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Zschocke <f.zschocke+git@gmail.com>2021-11-25 16:59:43 +0100
committerFlorian Zschocke <f.zschocke+git@gmail.com>2021-12-03 22:02:15 +0100
commit373aa4b3251745d9bb402b9fdcf7f6778cc06d02 (patch)
treeae8d5f6d8a64238fa28f0e8eb5e47c45786fdfdd
parentc39ac06fa2091d7a2ab88a600f6d63e30ec009ca (diff)
downloadgitblit-373aa4b3251745d9bb402b9fdcf7f6778cc06d02.tar.gz
gitblit-373aa4b3251745d9bb402b9fdcf7f6778cc06d02.zip
deps: Update to Jetty 9.2.30.v20200428
This closes #1390
-rw-r--r--.classpath2
-rw-r--r--build.moxie2
-rw-r--r--gitblit.iml6
-rw-r--r--releases.moxie1
4 files changed, 6 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 424b4556..33471a5d 100644
--- a/.classpath
+++ b/.classpath
@@ -17,7 +17,7 @@
<classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.29.jar" sourcepath="ext/src/slf4j-log4j12-1.7.29.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.13.v20150730.jar" sourcepath="ext/src/jetty-all-9.2.13.v20150730.jar" />
+ <classpathentry kind="lib" path="ext/jetty-all-9.2.30.v20200428.jar" sourcepath="ext/src/jetty-all-9.2.30.v20200428.jar" />
<classpathentry kind="lib" path="ext/wicket-1.4.22.jar" sourcepath="ext/src/wicket-1.4.22.jar" />
<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.22.jar" sourcepath="ext/src/wicket-auth-roles-1.4.22.jar" />
<classpathentry kind="lib" path="ext/wicket-extensions-1.4.22.jar" sourcepath="ext/src/wicket-extensions-1.4.22.jar" />
diff --git a/build.moxie b/build.moxie
index f970c3a2..7d2f6f38 100644
--- a/build.moxie
+++ b/build.moxie
@@ -105,7 +105,7 @@ repositories: central, eclipse-snapshots, eclipse, gitblit
# Convenience properties for dependencies
properties: {
- jetty.version : 9.2.13.v20150730
+ jetty.version : 9.2.30.v20200428
slf4j.version : 1.7.29
wicket.version : 1.4.22
lucene.version : 5.5.2
diff --git a/gitblit.iml b/gitblit.iml
index a22b736e..70ca03ed 100644
--- a/gitblit.iml
+++ b/gitblit.iml
@@ -136,13 +136,13 @@
</library>
</orderEntry>
<orderEntry type="module-library">
- <library name="jetty-all-9.2.13.v20150730.jar">
+ <library name="jetty-all-9.2.30.v20200428.jar">
<CLASSES>
- <root url="jar://$MODULE_DIR$/ext/jetty-all-9.2.13.v20150730.jar!/" />
+ <root url="jar://$MODULE_DIR$/ext/jetty-all-9.2.30.v20200428.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/ext/src/jetty-all-9.2.13.v20150730.jar!/" />
+ <root url="jar://$MODULE_DIR$/ext/src/jetty-all-9.2.30.v20200428.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/releases.moxie b/releases.moxie
index a1683dc9..80b92078 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -29,6 +29,7 @@ r32: {
- Add Russian translation (pr-1343 by @vhot2076)
dependencyChanges:
- update to Mockito 2.28.2
+ - update to Jetty 9.2.30.v20200428
contributors:
- Florian Zschocke
- David Hofmann