From 1810418d6d3481c75ee46d0bfc0d10ab69a13bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:30:09 +0000 Subject: [PATCH] Bump org.immutables:value-annotations from 2.10.0 to 2.10.1 Bumps [org.immutables:value-annotations](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-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 20c853ef..b89ddf8f 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { compileOnly 'org.jetbrains:annotations:24.1.0' annotationProcessor 'org.immutables:value:2.10.0' - compileOnly 'org.immutables:value-annotations:2.10.0' + compileOnly 'org.immutables:value-annotations:2.10.1' if (customDoubleParser == 'fast-double-parser') { // By default, use the fast double parser for tests and JMH