From 1d6b260c23d6a1e20e418be9bf5cabd79801a88d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:51:25 +0000 Subject: [PATCH] Bump org.immutables:value-annotations from 2.9.3 to 2.10.0 Bumps [org.immutables:value-annotations](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-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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