From 38b5244fd98e7ab9ba9e9d501f4027a25a83690a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 05:02:20 +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 c0ec5af..74d5947 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'org.codehaus.groovy:groovy:3.0.23' - implementation 'tech.units:indriya:2.2.1' + implementation 'tech.units:indriya:2.2.2' implementation 'org.locationtech.jts:jts-core:1.20.0' implementation 'commons-io:commons-io:2.18.0'