We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2f717 commit 8fe10d4Copy full SHA for 8fe10d4
build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
implementation 'org.slf4j:slf4j-api:2.0.16'
39
// Logback classic 1.3.x is compatible with java 8
40
implementation 'ch.qos.logback:logback-classic:1.3.14'
41
- implementation 'org.jetbrains:annotations:13.0'
+ implementation 'org.jetbrains:annotations:26.0.1'
42
43
testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests'
44
testImplementation platform('org.junit:junit-bom:5.11.4')
0 commit comments