From 2e648f977330858d1dcaed2ffd846b718596a945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:51:20 +0000 Subject: [PATCH] Bump org.immutables:value from 2.9.3 to 2.10.0 Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.9.3 to 2.10.0. - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](https://github.com/immutables/immutables/compare/2.9.3...2.10.0) --- updated-dependencies: - dependency-name: org.immutables:value dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2d7bd8f3..d19650bf 100644 --- a/build.gradle +++ b/build.gradle @@ -26,8 +26,8 @@ def customDoubleParser = project.findProperty('customDoubleParser') ?: 'fast-dou dependencies { compileOnly 'org.jetbrains:annotations:24.0.1' - 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