Move jsr version to version.gradle

This commit is contained in:
Paul Schaub 2022-04-26 01:07:04 +02:00
parent 1def42b54b
commit 8aa68ccfb3
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ allprojects {
javaSourceCompatibility = 1.8
bouncycastleVersion = '1.71'
junitVersion = '5.8.2'
jsrVersion = '3.0.2'
slf4jVersion = '1.7.36'
logbackVersion = '1.2.11'
lombokVersion = '1.18.24'

View File

@ -21,7 +21,7 @@ dependencies {
implementation "org.bouncycastle:bcutil-jdk15to18:$bouncycastleVersion"
// @Nonnull, @Nullable...
implementation "com.google.code.findbugs:jsr305:3.0.2"
implementation "com.google.code.findbugs:jsr305:$jsrVersion"
// Lombok (@SneakyThrows...)
compileOnly "org.projectlombok:lombok:$lombokVersion"