diff --git a/.classpath b/.classpath
index 394584d32..51cddb645 100644
--- a/.classpath
+++ b/.classpath
@@ -6,11 +6,18 @@
-
+
-
-
+
+
+
+
+
+
+
+
+
diff --git a/build.moxie b/build.moxie
index d78733bf3..9b32963e8 100644
--- a/build.moxie
+++ b/build.moxie
@@ -116,9 +116,9 @@ properties: {
wikitext.version : 1.4
sshd.version: 1.7.0
mina.version: 2.0.21
- guice.version : 4.0
+ guice.version : 5.1.0
# Gitblit maintains a fork of guice-servlet
- guice-servlet.version : 4.0-gb2
+ guice-servlet.version : 5.1.0-gb2
}
# Dependencies
@@ -135,7 +135,7 @@ properties: {
dependencies:
- compile 'com.google.inject:guice:${guice.version}' :war :fedclient
- compile 'com.google.inject.extensions:guice-servlet:${guice-servlet.version}' :war
-- compile 'com.google.guava:guava:18.0' :war :fedclient
+- compile 'com.google.guava:guava:27.0.1-jre' :war :fedclient
- compile 'com.intellij:annotations:12.0' :war
- compile 'log4j:log4j:1.2.17' :war :fedclient :manager
- compile 'org.slf4j:slf4j-api:${slf4j.version}' :war :fedclient :manager
diff --git a/gitblit.iml b/gitblit.iml
index e2ed5b0fe..e78bdebf4 100644
--- a/gitblit.iml
+++ b/gitblit.iml
@@ -15,13 +15,13 @@
-
+
-
+
-
+
@@ -48,24 +48,99 @@
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/releases.moxie b/releases.moxie
index c7a75a926..41ad66428 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -17,6 +17,8 @@ r34: {
additions: ~
dependencyChanges:
- update to JavaMail 1.5.6 (pr-1217 by @paladox)
+ - update Google Guice to 5.1.0
+ - update Google Guava to 27.0.1-jre
contributors:
- paladox
}