Skip to content

Commit 5533e9a

Browse files
committed
chore(deps): #128 Bumping microcks-testcontainers-java by excluding older version of junit-jupiter-api
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 37ea4f6 commit 5533e9a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<jackson-databind-nullable.version>0.2.7</jackson-databind-nullable.version>
5959
<apache-httpcore.version>4.4.16</apache-httpcore.version>
6060
<apache-httpmime.version>4.5.14</apache-httpmime.version>
61-
<microcks-testcontainers.version>0.3.0</microcks-testcontainers.version>
61+
<microcks-testcontainers.version>0.4.1</microcks-testcontainers.version>
6262
<keycloak-testcontainers.version>3.9.0</keycloak-testcontainers.version>
6363
<junit.version>5.12.2</junit.version>
6464
<testcontainers.version>1.21.3</testcontainers.version>
@@ -103,6 +103,12 @@
103103
<artifactId>microcks-testcontainers</artifactId>
104104
<version>${microcks-testcontainers.version}</version>
105105
<scope>test</scope>
106+
<exclusions>
107+
<exclusion>
108+
<groupId>org.junit.jupiter</groupId>
109+
<artifactId>junit-jupiter-api</artifactId>
110+
</exclusion>
111+
</exclusions>
106112
</dependency>
107113
<dependency>
108114
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)