Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 83ec9e6

Browse files
committed
Upgrade dependent randomizedtesting to 2.7.3 to support building with Java 11
1 parent dbacbac commit 83ec9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ivy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
</configurations>
2222

2323
<dependencies>
24-
<dependency org="com.carrotsearch.randomizedtesting" name="junit4-ant" rev="2.5.3" transitive="true" conf="test->*,!sources,!javadoc" />
24+
<dependency org="com.carrotsearch.randomizedtesting" name="junit4-ant" rev="2.7.3" transitive="true" conf="test->*,!sources,!javadoc" />
2525
</dependencies>
2626
</ivy-module>

0 commit comments

Comments
 (0)