Skip to content

Commit a11c4b5

Browse files
committed
Update transitive dependency
1 parent 483442a commit a11c4b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,10 @@ dependencies {
223223
exclude module: 'commons-lang3'
224224
exclude group: 'org.openjfx'
225225
exclude group: 'org.apache.logging.log4j'
226+
exclude group: 'tech.units'
226227
}
228+
// Required by gemsfx
229+
implementation 'tech.units:indriya:2.2'
227230

228231
implementation 'org.controlsfx:controlsfx:11.2.1'
229232

0 commit comments

Comments
 (0)