diff options
Diffstat (limited to 'java/ivy.retrieve.xml')
-rw-r--r-- | java/ivy.retrieve.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/ivy.retrieve.xml b/java/ivy.retrieve.xml index 98d3d3785d..3af847a48a 100644 --- a/java/ivy.retrieve.xml +++ b/java/ivy.retrieve.xml @@ -74,7 +74,7 @@ <!-- The following are optional dependencies, for modules providing optional functionlity or for use in optional build/test steps. Their optional status is usually indicative of licences which are not compatible with the Apache Licence --> - <dependency org="com.sleepycat" name="je" rev="5.0.55" transitive="false" conf="bdbje"/> + <dependency org="com.sleepycat" name="je" rev="5.0.58" transitive="false" conf="bdbje"/> <dependency org="jfree" name="jfreechart" rev="1.0.13" transitive="false" conf="jfree"/> <dependency org="jfree" name="jcommon" rev="1.0.16" transitive="false" conf="jfree"/> <dependency org="net.sourceforge.csvjdbc" name="csvjdbc" rev="1.0.8" transitive="false" conf="csvjdbc"/> |