Browse Source

update some deps

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1323 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-3.5.0
James Ahlborn 4 years ago
parent
commit
ca66e82dae
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      pom.xml

+ 2
- 2
pom.xml View File

@@ -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>


Loading…
Cancel
Save