aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2014-05-28 23:56:36 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2014-05-28 23:56:36 +0000
commit9fb7e5415328d6a8468bcbadad804824f6a50957 (patch)
tree6f2505d25790b5fa442a815a8e4f5221cd7c9768 /pom.xml
parentaced0f3b60afd789fdec70dfee3205d151db026e (diff)
downloadjackcess-9fb7e5415328d6a8468bcbadad804824f6a50957.tar.gz
jackcess-9fb7e5415328d6a8468bcbadad804824f6a50957.zip
update apache commons deps
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@863 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3b4ef79..089cda9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,12 +211,12 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.0</version>
+ <version>2.6</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.3</version>
+ <version>1.1.3</version>
</dependency>
<dependency>
<groupId>log4j</groupId>