From 7bc8589cd2b05b26567d7a7168e06c2ae69073b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 04:04:35 +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 d9d3bbef..f11c0726 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ repositories { dependencies{ - implementation 'tech.units:indriya:2.2.1' // quantities + implementation 'tech.units:indriya:2.2.2' // quantities // scala (needed for pekko) implementation "org.scala-lang:scala-library:${scalaBinaryVersion}"