From b0d814518bfdd79e1a9eb0c3c4bee6bc53c7b07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:30:05 +0000 Subject: [PATCH] Bump org.immutables:value from 2.10.0 to 2.10.1 Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/immutables/immutables/releases) - [Commits](https://github.com/immutables/immutables/compare/2.10.0...2.10.1) --- updated-dependencies: - dependency-name: org.immutables:value dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 20c853ef..0c77f538 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.10.0' - compileOnly 'org.immutables:value-annotations:2.10.0' + annotationProcessor 'org.immutables:value:2.10.1' + compileOnly 'org.immutables:value-annotations:2.10.1' if (customDoubleParser == 'fast-double-parser') { // By default, use the fast double parser for tests and JMH