summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
Diffstat (limited to 'build.moxie')
-rw-r--r--build.moxie28
1 files changed, 14 insertions, 14 deletions
diff --git a/build.moxie b/build.moxie
index 057c1c9d..bd1c9288 100644
--- a/build.moxie
+++ b/build.moxie
@@ -10,12 +10,12 @@ name: Gitblit
description: pure Java Git solution
groupId: com.gitblit
artifactId: gitblit
-version: 1.10.0-SNAPSHOT
+version: 1.10.1-SNAPSHOT
inceptionYear: 2011
# Current stable release
-releaseVersion: 1.9.3
-releaseDate: 2022-04-09
+releaseVersion: 1.10.0
+releaseDate: 2025-06-14
# Project urls
url: 'http://gitblit.com'
@@ -105,17 +105,17 @@ repositories: central, eclipse-snapshots, eclipse, gitblit
# Convenience properties for dependencies
properties: {
- jetty.version : 9.4.49.v20220914
+ jetty.version : 9.4.57.v20241219
slf4j.version : 1.7.36
wicket.version : 1.4.22
lucene.version : 5.5.2
jgit.version : 4.11.9.201909030838-r
- groovy.version : 2.4.4
- bouncycastle.version : 1.69
+ groovy.version : 2.4.21
+ bouncycastle.version : 1.81
selenium.version : 2.28.0
wikitext.version : 1.4
sshd.version: 1.7.0
- mina.version: 2.0.25
+ mina.version: 2.0.27
guice.version : 5.1.0
# Gitblit maintains a fork of guice-servlet
guice-servlet.version : 5.1.0-gb2
@@ -168,9 +168,9 @@ dependencies:
- compile 'org.fusesource.wikitext:confluence-core:${wikitext.version}' :war
- compile 'org.eclipse.jgit:org.eclipse.jgit:${jgit.version}' :war :fedclient :manager !junit
- compile 'org.eclipse.jgit:org.eclipse.jgit.http.server:${jgit.version}' :war :manager !junit
-- compile 'org.bouncycastle:bcprov-jdk15on:${bouncycastle.version}' :war
-- compile 'org.bouncycastle:bcmail-jdk15on:${bouncycastle.version}' :war
-- compile 'org.bouncycastle:bcpkix-jdk15on:${bouncycastle.version}' :war
+- compile 'org.bouncycastle:bcprov-jdk18on:${bouncycastle.version}' :war
+- compile 'org.bouncycastle:bcmail-jdk18on:${bouncycastle.version}' :war
+- compile 'org.bouncycastle:bcpkix-jdk18on:${bouncycastle.version}' :war
- compile 'net.i2p.crypto:eddsa:0.2.0' :war !org.easymock
- compile 'org.apache.sshd:sshd-core:${sshd.version}' :war !org.easymock
- compile 'org.apache.mina:mina-core:${mina.version}' :war !org.easymock
@@ -178,10 +178,10 @@ dependencies:
- 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 'org.apache.ivy:ivy:2.5.3' :war
- compile 'com.toedter:jcalendar:1.3.2' :authority
-- compile 'org.apache.commons:commons-compress:1.24.0' :war
-- compile 'commons-io:commons-io:2.11.0' :war
+- compile 'org.apache.commons:commons-compress:1.27.1' :war
+- compile 'commons-io:commons-io:2.19.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
@@ -193,7 +193,7 @@ dependencies:
- compile 'org.apache.tika:tika-core:1.28.5' :war
- compile 'org.jsoup:jsoup:1.16.2' :war
- compile 'com.sun.activation:javax.activation:1.2.0' :war :manager :fedclient
-- test 'junit:junit:4.12'
+- test 'junit:junit:4.13.1'
# Dependencies for Selenium web page testing
- test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar
- test 'org.seleniumhq.selenium:selenium-support:${selenium.version}' @jar