From 5eeffd5efbec66d0760aa3b5e5a17500dc6d9f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 04:57:34 +0000 Subject: [PATCH] Bump tech.units:indriya from 2.2.2 to 2.2.3 Bumps [tech.units:indriya](https://github.com/unitsofmeasurement/indriya) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/unitsofmeasurement/indriya/releases) - [Commits](https://github.com/unitsofmeasurement/indriya/compare/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: tech.units:indriya dependency-version: 2.2.3 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 77f4e9aa..2da1d076 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { dependencies{ - implementation 'tech.units:indriya:2.2.2' // quantities + implementation 'tech.units:indriya:2.2.3' // quantities // scala (needed for pekko) implementation "org.scala-lang:scala-library:${scalaBinaryVersion}"