From c706290a085761d0af3a20a07ef82ea47424c031 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Tue, 31 Oct 2023 18:04:09 +0100 Subject: [PATCH] dep: Update mina-core, commons-compress and guava Update dependencies: Mina Core, Guava and commons-compress. These don't need any other adjustments. --- .classpath | 12 ++++++------ build.moxie | 6 +++--- gitblit.iml | 36 ++++++++++++++++++------------------ 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.classpath b/.classpath index bf5450a9..094e1508 100644 --- a/.classpath +++ b/.classpath @@ -9,13 +9,13 @@ - + - - - + + + @@ -72,7 +72,7 @@ - + @@ -80,7 +80,7 @@ - + diff --git a/build.moxie b/build.moxie index 31dba4a7..e5da1b2b 100644 --- a/build.moxie +++ b/build.moxie @@ -115,7 +115,7 @@ properties: { selenium.version : 2.28.0 wikitext.version : 1.4 sshd.version: 1.7.0 - mina.version: 2.0.21 + mina.version: 2.0.25 guice.version : 5.1.0 # Gitblit maintains a fork of guice-servlet guice-servlet.version : 5.1.0-gb2 @@ -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:31.1-jre' :war :fedclient +- compile 'com.google.guava:guava:32.1.3-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 @@ -180,7 +180,7 @@ dependencies: - compile 'com.unboundid:unboundid-ldapsdk:2.3.8' :war - compile 'org.apache.ivy:ivy:2.2.0' :war - compile 'com.toedter:jcalendar:1.3.2' :authority -- compile 'org.apache.commons:commons-compress:1.22' :war +- compile 'org.apache.commons:commons-compress:1.24.0' :war - compile 'commons-io:commons-io:2.11.0' :war - compile 'com.force.api:force-partner-api:24.0.0' :war - compile 'org.freemarker:freemarker:2.3.22' :war diff --git a/gitblit.iml b/gitblit.iml index 4f83701c..15471f7e 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -48,13 +48,13 @@ - + - + - + @@ -90,35 +90,35 @@ - + - + - + - + - + - + - + - + - + @@ -737,13 +737,13 @@ - + - + - + @@ -823,13 +823,13 @@ - + - + - + -- 2.39.5