From 5fd9d9ef7955bda0129f6e971626c4c1b9dbbc2d Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Mon, 14 Nov 2022 22:24:54 +0100 Subject: [PATCH] deps: Update various dependencies that had known CVEs --- .classpath | 19 ++++++------ build.moxie | 12 ++++---- gitblit.iml | 81 ++++++++++++++++++++++---------------------------- releases.moxie | 10 +++++-- 4 files changed, 57 insertions(+), 65 deletions(-) diff --git a/.classpath b/.classpath index e9512b69..bf5450a9 100644 --- a/.classpath +++ b/.classpath @@ -9,15 +9,14 @@ - + - - - + + + - @@ -76,14 +75,13 @@ - + - - - + + @@ -91,7 +89,7 @@ - + @@ -113,6 +111,7 @@ + diff --git a/build.moxie b/build.moxie index 0631391d..346e5788 100644 --- a/build.moxie +++ b/build.moxie @@ -119,7 +119,7 @@ properties: { guice.version : 5.1.0 # Gitblit maintains a fork of guice-servlet 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:27.0.1-jre' :war :fedclient +- compile 'com.google.guava:guava:31.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 @@ -175,17 +175,17 @@ dependencies: - compile 'org.apache.sshd:sshd-core:${sshd.version}' :war !org.easymock - compile 'org.apache.mina:mina-core:${mina.version}' :war !org.easymock - compile 'rome:rome:0.9' :war :manager :api -- compile 'com.google.code.gson:gson:2.8.2' :war :fedclient :manager :api +- compile 'com.google.code.gson:gson:2.10' :war :fedclient :manager :api - compile 'org.codehaus.groovy:groovy-all:${groovy.version}' :war - 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.15' :war -- compile 'commons-io:commons-io:2.2' :war +- compile 'org.apache.commons:commons-compress:1.22' :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 - compile 'com.github.dblock.waffle:waffle-jna:1.7.3' :war -- compile 'org.kohsuke:libpam4j:1.8' :war +- compile 'org.kohsuke:libpam4j:1.11' :war - compile 'args4j:args4j:2.0.29' :war :fedclient - compile 'commons-codec:commons-codec:1.9' :war - compile 'redis.clients:jedis:2.6.2' :war diff --git a/gitblit.iml b/gitblit.iml index 49b2dedd..4f83701c 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -48,13 +48,13 @@ - + - + - + @@ -90,35 +90,35 @@ - + - + - + - + - + - + - + - + - + @@ -133,17 +133,6 @@ - - - - - - - - - - - @@ -781,13 +770,13 @@ - + - + - + @@ -834,35 +823,24 @@ - - - - - - - - - - - - + - + - + - + - + - + @@ -944,13 +922,13 @@ - + - + - + @@ -1185,6 +1163,17 @@ + + + + + + + + + + + diff --git a/releases.moxie b/releases.moxie index 35e4cce4..05ac21e8 100644 --- a/releases.moxie +++ b/releases.moxie @@ -6,7 +6,7 @@ r34: { id: ${project.version} date: ${project.buildDate} note: '' - From 1.10.0 on Gitblit requires Java 8 as minimun Java version. + From 1.10.0 on Gitblit requires Java 8 as minimum Java version. '' html: ~ text: ~ @@ -18,8 +18,12 @@ 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 + - update to Google Guice 5.1.0 + - update to Google Guava 31.1-jre + - update to Google Gson 2.10 + - update to Apache commons-io 2.11.0 + - update to Apache commons-compress 1.22 + - update to libpam4j 1.11 contributors: - paladox } -- 2.39.5