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 904f7c2 commit 94bc6d5Copy full SHA for 94bc6d5
build.gradle
@@ -24,7 +24,7 @@ configurations {
24
def customDoubleParser = project.findProperty('customDoubleParser') ?: 'fast-double-parser'
25
26
dependencies {
27
- compileOnly 'org.jetbrains:annotations:24.1.0'
+ compileOnly 'org.jetbrains:annotations:25.0.0'
28
29
annotationProcessor 'org.immutables:value:2.10.1'
30
compileOnly 'org.immutables:value-annotations:2.10.1'
@@ -40,7 +40,7 @@ dependencies {
40
41
testImplementation 'net.sf.trove4j:trove4j:3.0.3'
42
testImplementation 'commons-io:commons-io:2.17.0'
43
- testCompileOnly 'org.jetbrains:annotations:24.1.0'
+ testCompileOnly 'org.jetbrains:annotations:25.0.0'
44
45
testImplementation 'org.assertj:assertj-core:3.26.3'
46
testImplementation(platform('org.junit:junit-bom:5.11.0'))
0 commit comments