pgpainless/version.gradle

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
517 B
Groovy
Raw Normal View History

2021-10-07 15:48:52 +02:00
// SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
//
// SPDX-License-Identifier: CC0-1.0
allprojects {
ext {
2024-02-02 22:06:11 +01:00
shortVersion = '1.6.7'
2023-08-30 12:19:13 +02:00
isSnapshot = true
2021-02-03 12:42:15 +01:00
pgpainlessMinAndroidSdk = 10
2018-07-18 18:44:38 +02:00
javaSourceCompatibility = 1.8
2023-11-30 20:26:35 +01:00
bouncyCastleVersion = '1.77'
2023-04-17 16:23:16 +02:00
bouncyPgVersion = bouncyCastleVersion
junitVersion = '5.8.2'
2024-02-02 22:03:27 +01:00
logbackVersion = '1.2.13'
2022-06-20 18:35:31 +02:00
mockitoVersion = '4.5.1'
slf4jVersion = '1.7.36'
2024-03-21 14:17:37 +01:00
sopJavaVersion = '10.0.0'
}
2018-07-31 20:13:30 +02:00
}