diff --git a/build.gradle b/build.gradle index ca9ba62b..0c25b70b 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ configurations { def customDoubleParser = project.findProperty('customDoubleParser') ?: 'fast-double-parser' dependencies { - compileOnly 'org.jetbrains:annotations:24.0.0' + compileOnly 'org.jetbrains:annotations:24.0.1' annotationProcessor 'org.immutables:value:2.9.2' compileOnly 'org.immutables:value-annotations:2.9.2' @@ -40,7 +40,7 @@ dependencies { testImplementation 'net.sf.trove4j:trove4j:3.0.3' testImplementation 'commons-io:commons-io:2.11.0' - testCompileOnly 'org.jetbrains:annotations:24.0.0' + testCompileOnly 'org.jetbrains:annotations:24.0.1' testImplementation 'org.assertj:assertj-core:3.24.2' testImplementation(platform('org.junit:junit-bom:5.9.2'))