Skip to content

Commit 792ed00

Browse files
Merge pull request #31 from BorderTech/latest-qa
Latest qa
2 parents ac9b971 + 50f1369 commit 792ed00

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.bordertech.common</groupId>
1212
<artifactId>qa-parent</artifactId>
13-
<version>1.0.10</version>
13+
<version>1.0.11</version>
1414
</parent>
1515

1616
<packaging>pom</packaging>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.github.bordertech.didums</groupId>
5151
<artifactId>didums-core</artifactId>
52-
<version>1.0.2</version>
52+
<version>1.0.3</version>
5353
</dependency>
5454

5555
<!-- Injection interface. JSR 330 -->
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.github.bordertech.config</groupId>
6565
<artifactId>config</artifactId>
66-
<version>1.0.2</version>
66+
<version>1.0.3</version>
6767
</dependency>
6868

6969
<!-- SLF4J Logging -->
@@ -77,14 +77,14 @@
7777
<dependency>
7878
<groupId>commons-logging</groupId>
7979
<artifactId>commons-logging</artifactId>
80-
<version>1.1.1</version>
80+
<version>1.2</version>
8181
</dependency>
8282

8383
<!-- Caching API. -->
8484
<dependency>
8585
<groupId>javax.cache</groupId>
8686
<artifactId>cache-api</artifactId>
87-
<version>1.0.0</version>
87+
<version>1.1.0</version>
8888
</dependency>
8989

9090
<!-- Servlet Interface -->
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.ehcache</groupId>
100100
<artifactId>ehcache</artifactId>
101-
<version>3.5.2</version>
101+
<version>3.6.3</version>
102102
</dependency>
103103

104104
<!-- Common Lang3 -->

0 commit comments

Comments
 (0)