mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-03 13:19:10 +01:00
Bump various dependencies
This commit is contained in:
committed by
Thomas Zerr
parent
9dd2b8733d
commit
76372c1d5b
@@ -99,10 +99,10 @@ ext {
|
||||
elRuntime: 'org.glassfish:jakarta.el:4.0.2',
|
||||
|
||||
// utils
|
||||
guava: 'com.google.guava:guava:33.4.8-jre',
|
||||
guava: 'com.google.guava:guava:33.5.0-jre',
|
||||
commonsLang: 'commons-lang:commons-lang:2.6',
|
||||
commonsCompress: 'org.apache.commons:commons-compress:1.28.0',
|
||||
commonsIo: 'commons-io:commons-io:2.20.0',
|
||||
commonsIo: 'commons-io:commons-io:2.21.0',
|
||||
commonsLang3: 'org.apache.commons:commons-lang3:3.18.0',
|
||||
|
||||
// security
|
||||
@@ -133,7 +133,7 @@ ext {
|
||||
cronUtils: 'com.cronutils:cron-utils:9.1.+',
|
||||
|
||||
// templates
|
||||
mustache: 'com.github.spullara.mustache.java:compiler:0.9.10',
|
||||
mustache: 'com.github.spullara.mustache.java:compiler:0.9.14',
|
||||
|
||||
// static resources
|
||||
webResources: 'com.github.sdorra:web-resources:2.0.0',
|
||||
@@ -149,7 +149,7 @@ ext {
|
||||
jna: 'net.java.dev.jna:jna:5.14.0',
|
||||
|
||||
// daemonize scm-manager on unix systems
|
||||
commonsDaemon: 'commons-daemon:commons-daemon:1.3.4',
|
||||
commonsDaemon: 'commons-daemon:commons-daemon:1.5.1',
|
||||
jsvc: 'commons-daemon:commons-daemon-native:1.1.0@tar.gz',
|
||||
|
||||
// yaml
|
||||
|
||||
Reference in New Issue
Block a user