2021-10-07 15:48:52 +02:00
|
|
|
// SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2018-07-18 18:23:06 +02:00
|
|
|
allprojects {
|
|
|
|
ext {
|
2022-10-05 12:31:20 +02:00
|
|
|
shortVersion = '1.3.8'
|
|
|
|
isSnapshot = true
|
2021-02-03 12:42:15 +01:00
|
|
|
pgpainlessMinAndroidSdk = 10
|
2018-07-18 18:44:38 +02:00
|
|
|
javaSourceCompatibility = 1.8
|
2022-04-07 19:40:39 +02:00
|
|
|
bouncyCastleVersion = '1.71'
|
2022-04-07 19:40:56 +02:00
|
|
|
junitVersion = '5.8.2'
|
2022-06-20 18:35:31 +02:00
|
|
|
logbackVersion = '1.2.11'
|
|
|
|
mockitoVersion = '4.5.1'
|
|
|
|
slf4jVersion = '1.7.36'
|
2022-08-04 14:05:12 +02:00
|
|
|
sopJavaVersion = '4.0.1'
|
2018-07-18 18:23:06 +02:00
|
|
|
}
|
2018-07-31 20:13:30 +02:00
|
|
|
}
|