Skip to content

Commit

Permalink
checkerQual
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <[email protected]>
  • Loading branch information
pj892031 committed Oct 1, 2024
1 parent d898520 commit cf1d357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencyResolutionManagement {
version('awaitility', '4.2.2')
version('bouncyCastle', '1.78.1')
version('caffeine', '3.1.8')
version('checkerQual', '3.43.0')
version('commonsLang3', '3.17.0')
version('commonsLogging', '1.3.4')
version('commonsText', '1.12.0')
Expand Down Expand Up @@ -151,6 +152,7 @@ dependencyResolutionManagement {
library('bcprov', 'org.bouncycastle', 'bcprov-jdk18on').versionRef('bouncyCastle')
library('bcpkix', 'org.bouncycastle', 'bcpkix-jdk18on').versionRef('bouncyCastle')
library('caffeine', 'com.github.ben-manes.caffeine', 'caffeine').versionRef('caffeine')
library('checker_qual', 'org.checkerframework', 'checker-qual').versionRef('checkerQual')
library('commons_io', 'commons-io', 'commons-io').versionRef('commonsIo')
library('eh_cache', 'org.ehcache', 'ehcache').versionRef('ehCache')
library('eureka_jersey_client', 'com.netflix.eureka', 'eureka-client-jersey3').versionRef('eureka')
Expand Down

0 comments on commit cf1d357

Please sign in to comment.