Upgrade build system
This commit is contained in:
parent
4a5f53cb90
commit
b49435da99
5 changed files with 48 additions and 33 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue