Skip to content

Commit 74079b2

Browse files
committed
Gradle: use version ranges for some dependencies.
1 parent 3086af3 commit 74079b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Dependency versions
2-
carteutilVersion=3.5.1
2+
carteutilVersion=[3.4.0,)
33
dom4jVersion=2.1.1
44
extraJavaModuleInfoVersion=0.6
55
htmlparserVersion=1.4.16
66
jaxenVersion=1.2.0
77
slf4jVersion=1.7.30
88
tokenproducerVersion=1.1.1
9-
xmldtdVersion=3.5.1
9+
xmldtdVersion=[3.4.0,)
1010
xmlpullVersion=1.2.0
1111
junitVersion=4.13.1

0 commit comments

Comments
 (0)