From 02cf802950c3b71ca0a99ab15e880cee8586be55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 04:13:07 +0000 Subject: [PATCH] Bump indriya from 2.1.3 to 2.1.4 Bumps [indriya](https://github.com/unitsofmeasurement/indriya) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/unitsofmeasurement/indriya/releases) - [Commits](https://github.com/unitsofmeasurement/indriya/compare/2.1.3...2.1.4) --- 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 1941a8e..4591155 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies{ implementation 'com.github.ie3-institute:PowerSystemDataModel:3.0-SNAPSHOT' implementation 'com.github.ie3-institute:PowerSystemUtils:2.0-SNAPSHOT' - implementation 'tech.units:indriya:2.1.3' // quantities + implementation 'tech.units:indriya:2.1.4' // quantities } group = 'edu.ie3'