Skip to content

Commit a2279f9

Browse files
author
Kai Hudalla
committed
Update to most recent version of assertj.
Signed-off-by: Kai Hudalla <[email protected]>
1 parent 5181e6e commit a2279f9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<artemis.image.name>enmasseproject/activemq-artemis:2.2.0-4</artemis.image.name>
32-
<assertj-core.version>3.2.0</assertj-core.version>
32+
<assertj-core.version>3.11.1</assertj-core.version>
3333
<californium.version>2.0.0-M11</californium.version>
3434
<dispatch-router.image.name>enmasseproject/qdrouterd-base:1.4.1</dispatch-router.image.name>
3535
<grafana.version>5.3.2</grafana.version>

services/messaging/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
<groupId>io.vertx</groupId>
3535
<artifactId>vertx-unit</artifactId>
3636
</dependency>
37-
<dependency>
38-
<groupId>org.assertj</groupId>
39-
<artifactId>assertj-core</artifactId>
40-
</dependency>
4137
<dependency>
4238
<groupId>org.eclipse.hono</groupId>
4339
<artifactId>hono-service-base</artifactId>

0 commit comments

Comments
 (0)