diff --git a/build.gradle b/build.gradle index 731067b1..8b9a4f96 100644 --- a/build.gradle +++ b/build.gradle @@ -26,8 +26,8 @@ def customDoubleParser = project.findProperty('customDoubleParser') ?: 'fast-dou dependencies { compileOnly 'org.jetbrains:annotations:24.1.0' - annotationProcessor 'org.immutables:value:2.9.3' - compileOnly 'org.immutables:value-annotations:2.9.3' + annotationProcessor 'org.immutables:value:2.10.0' + compileOnly 'org.immutables:value-annotations:2.10.0' if (customDoubleParser == 'fast-double-parser') { // By default, use the fast double parser for tests and JMH