aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2020-04-29 02:22:13 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2020-04-29 02:22:13 +0000
commitca66e82dae9a9c20aa5026a69ea3cf105a882507 (patch)
tree216c9a81eb8d9bc7893a85d9d2e62881ebf0b5b1
parent400f6cf9622f416cfd922e52245a86f438fd9a3f (diff)
downloadjackcess-ca66e82dae9a9c20aa5026a69ea3cf105a882507.tar.gz
jackcess-ca66e82dae9a9c20aa5026a69ea3cf105a882507.zip
update some deps
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1323 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c998cb7..4084fc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.8.1</version>
+ <version>3.10</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
@@ -257,7 +257,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13</version>
<scope>test</scope>
</dependency>