From 54b6c9a2d6b342464e29aa09ca13d057ce8515dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:30:07 +0000 Subject: [PATCH] Bump tech.units:indriya from 2.2.1 to 2.2.2 Bumps [tech.units:indriya](/~https://github.com/unitsofmeasurement/indriya) from 2.2.1 to 2.2.2. - [Release notes](/~https://github.com/unitsofmeasurement/indriya/releases) - [Commits](/~https://github.com/unitsofmeasurement/indriya/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: tech.units:indriya 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 e9cb6222194..fdbd5664a6c 100644 --- a/build.gradle +++ b/build.gradle @@ -256,7 +256,7 @@ dependencies { exclude group: 'tech.units' } // Required by gemsfx - implementation 'tech.units:indriya:2.2.1' + implementation 'tech.units:indriya:2.2.2' // Required by gemsfx and langchain4j implementation ('com.squareup.retrofit2:retrofit:2.11.0') { exclude group: 'com.squareup.okhttp3'