diff --git a/build.gradle b/build.gradle index 2d7bd8f3..86cf442c 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { compileOnly 'org.jetbrains:annotations:24.0.1' annotationProcessor 'org.immutables:value:2.9.3' - compileOnly 'org.immutables:value-annotations:2.9.3' + compileOnly 'org.immutables:value-annotations:2.10.0' if (customDoubleParser == 'fast-double-parser') { // By default, use the fast double parser for tests and JMH