|
10 | 10 | <parent> |
11 | 11 | <groupId>com.github.bordertech.common</groupId> |
12 | 12 | <artifactId>qa-parent</artifactId> |
13 | | - <version>1.0.11</version> |
| 13 | + <version>1.0.15</version> |
14 | 14 | </parent> |
15 | 15 |
|
16 | 16 | <packaging>pom</packaging> |
|
49 | 49 | <dependency> |
50 | 50 | <groupId>com.github.bordertech.didums</groupId> |
51 | 51 | <artifactId>didums-core</artifactId> |
52 | | - <version>1.0.3</version> |
| 52 | + <version>1.0.4</version> |
53 | 53 | </dependency> |
54 | 54 |
|
55 | 55 | <!-- Injection interface. JSR 330 --> |
|
63 | 63 | <dependency> |
64 | 64 | <groupId>com.github.bordertech.config</groupId> |
65 | 65 | <artifactId>config</artifactId> |
66 | | - <version>1.0.3</version> |
| 66 | + <version>1.0.5</version> |
67 | 67 | </dependency> |
68 | 68 |
|
69 | 69 | <!-- SLF4J Logging --> |
70 | 70 | <dependency> |
71 | 71 | <groupId>org.slf4j</groupId> |
72 | 72 | <artifactId>slf4j-api</artifactId> |
73 | | - <version>1.7.25</version> |
| 73 | + <version>1.7.26</version> |
74 | 74 | </dependency> |
75 | 75 |
|
76 | 76 | <!-- Commons Logging --> |
|
84 | 84 | <dependency> |
85 | 85 | <groupId>javax.cache</groupId> |
86 | 86 | <artifactId>cache-api</artifactId> |
87 | | - <version>1.1.0</version> |
| 87 | + <version>1.1.1</version> |
88 | 88 | </dependency> |
89 | 89 |
|
90 | 90 | <!-- Servlet Interface --> |
|
98 | 98 | <dependency> |
99 | 99 | <groupId>org.ehcache</groupId> |
100 | 100 | <artifactId>ehcache</artifactId> |
101 | | - <version>3.6.3</version> |
| 101 | + <version>3.7.1</version> |
102 | 102 | </dependency> |
103 | 103 |
|
104 | 104 | <!-- Common Lang3 --> |
105 | 105 | <dependency> |
106 | 106 | <groupId>org.apache.commons</groupId> |
107 | 107 | <artifactId>commons-lang3</artifactId> |
108 | | - <version>3.8.1</version> |
| 108 | + <version>3.9</version> |
109 | 109 | </dependency> |
110 | 110 |
|
111 | 111 | </dependencies> |
|
0 commit comments