|
99 | 99 | </dependency>
|
100 | 100 | <dependency>
|
101 | 101 | <groupId>org.hamcrest</groupId>
|
102 |
| - <artifactId>hamcrest-all</artifactId> |
103 |
| - <version>1.3</version> |
| 102 | + <artifactId>hamcrest</artifactId> |
| 103 | + <version>2.2</version> |
104 | 104 | <scope>test</scope>
|
105 | 105 | </dependency>
|
106 | 106 | <dependency>
|
|
128 | 128 | <dependency>
|
129 | 129 | <groupId>org.awaitility</groupId>
|
130 | 130 | <artifactId>awaitility</artifactId>
|
131 |
| - <version>3.1.2</version> |
| 131 | + <version>4.0.3</version> |
132 | 132 | </dependency>
|
133 | 133 | <!-- TODO to be removed later in profit of DbSetup -->
|
134 | 134 | <dependency>
|
135 | 135 | <groupId>org.dbunit</groupId>
|
136 | 136 | <artifactId>dbunit</artifactId>
|
137 |
| - <version>2.5.4</version> |
| 137 | + <version>2.7.0</version> |
138 | 138 | <exclusions>
|
| 139 | + <exclusion> |
| 140 | + <groupId>commons-collections</groupId> |
| 141 | + <artifactId>commons-collections</artifactId> |
| 142 | + </exclusion> |
| 143 | + <exclusion> |
| 144 | + <groupId>junit</groupId> |
| 145 | + <artifactId>junit</artifactId> |
| 146 | + </exclusion> |
139 | 147 | <exclusion>
|
140 | 148 | <groupId>org.apache.poi</groupId>
|
141 | 149 | <artifactId>poi-ooxml</artifactId>
|
142 | 150 | </exclusion>
|
| 151 | + <exclusion> |
| 152 | + <groupId>org.postgresql</groupId> |
| 153 | + <artifactId>postgresql</artifactId> |
| 154 | + </exclusion> |
| 155 | + <exclusion> |
| 156 | + <groupId>org.slf4j</groupId> |
| 157 | + <artifactId>slf4j-api</artifactId> |
| 158 | + </exclusion> |
143 | 159 | </exclusions>
|
144 | 160 | </dependency>
|
145 | 161 | <!-- end TODO -->
|
146 | 162 | <dependency>
|
147 | 163 | <groupId>org.jboss.spec</groupId>
|
148 |
| - <artifactId>jboss-javaee-all-7.0</artifactId> |
149 |
| - <version>1.1.1.Final</version> |
| 164 | + <artifactId>jboss-javaee-all-8.0</artifactId> |
| 165 | + <version>1.0.4.Final</version> |
150 | 166 | <scope>test</scope>
|
151 | 167 | </dependency>
|
152 | 168 | <dependency>
|
|
176 | 192 | <dependency>
|
177 | 193 | <groupId>org.jboss.shrinkwrap.resolver</groupId>
|
178 | 194 | <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
|
179 |
| - <version>3.1.3</version> |
| 195 | + <version>3.1.4</version> |
180 | 196 | <scope>test</scope>
|
181 | 197 | </dependency>
|
182 | 198 | <dependency>
|
|
211 | 227 | <dependency>
|
212 | 228 | <groupId>com.sleepycat</groupId>
|
213 | 229 | <artifactId>je</artifactId>
|
214 |
| - <version>18.3.1</version> |
| 230 | + <version>18.3.12</version> |
215 | 231 | <scope>test</scope>
|
216 | 232 | </dependency>
|
217 | 233 | <!-- LDAP test dependencies END -->
|
|
220 | 236 | <dependency>
|
221 | 237 | <groupId>com.icegreen</groupId>
|
222 | 238 | <artifactId>greenmail</artifactId>
|
223 |
| - <version>1.5.8</version> |
| 239 | + <version>1.5.13</version> |
224 | 240 | <scope>test</scope>
|
225 | 241 | </dependency>
|
226 | 242 |
|
|
243 | 259 | <dependency>
|
244 | 260 | <groupId>commons-beanutils</groupId>
|
245 | 261 | <artifactId>commons-beanutils</artifactId>
|
246 |
| - <version>1.9.3</version> |
| 262 | + <version>1.9.4</version> |
247 | 263 | <scope>test</scope>
|
248 | 264 | </dependency>
|
249 | 265 | </dependencies>
|
|
252 | 268 | <properties>
|
253 | 269 | <!-- property used by the CI to both deploy a build version and release the next stable version -->
|
254 | 270 | <next.release>1.3</next.release>
|
255 |
| - <maven.compiler.source>1.8</maven.compiler.source> |
256 |
| - <maven.compiler.target>1.8</maven.compiler.target> |
| 271 | + <maven.compiler.release>11</maven.compiler.release> |
257 | 272 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
258 |
| - <junit.version>5.3.1</junit.version> |
259 |
| - <mokito.version>2.23.0</mokito.version> |
260 |
| - <weld-junit.version>1.3.1.Final</weld-junit.version> |
| 273 | + <junit.version>5.6.2</junit.version> |
| 274 | + <mokito.version>3.3.3</mokito.version> |
| 275 | + <weld-junit.version>2.0.1.Final</weld-junit.version> |
261 | 276 | <dbsetup.version>2.1.0</dbsetup.version>
|
262 |
| - <resteasy.version>3.6.1.Final</resteasy.version> |
263 |
| - <arquillian.version>1.4.0.Final</arquillian.version> |
264 |
| - <arquillian.wildfly.version>2.1.1.Final</arquillian.wildfly.version> |
| 277 | + <resteasy.version>3.11.2.Final</resteasy.version> |
| 278 | + <arquillian.version>1.6.0.Final</arquillian.version> |
| 279 | + <arquillian.wildfly.version>2.2.0.Final</arquillian.wildfly.version> |
265 | 280 | </properties>
|
266 | 281 |
|
267 | 282 | </project>
|
0 commit comments