Upgrade build system

This commit is contained in:
Paul Schaub 2025-09-27 12:38:59 +02:00
parent 4a5f53cb90
commit b49435da99
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
5 changed files with 48 additions and 33 deletions

View file

@ -6,12 +6,12 @@ allprojects {
ext {
shortVersion = '0.0.1'
isSnapshot = true
javaSourceCompatibility = 1.8
bouncycastleVersion = '1.77'
javaSourceCompatibility = 11
bouncycastleVersion = '1.82'
junitVersion = '5.8.2'
jsrVersion = '3.0.2'
slf4jVersion = '1.7.36'
logbackVersion = '1.2.13'
logbackVersion = '1.5.13'
picocliVersion = '4.6.3'
jacksonDataBindVersion = '2.15.2'
}