Hello, I'm having a problem with pact when I run ...
# pact-jvm
e
Hello, I'm having a problem with pact when I run a test that validate the body content. Anyone see this problem before ? I'm using this dependencies on my pom.xml
Copy code
<dependency>
            <groupId>au.com.dius.pact.provider</groupId>
            <artifactId>junit5</artifactId>
            <version>4.4.6</version>
        </dependency>

        <dependency>
            <groupId>au.com.dius.pact.provider</groupId>
            <artifactId>junit5spring</artifactId>
            <version>4.3.7</version>
            <scope>test</scope>
        </dependency>
I don't know if this help, but the project uses spring boot and it's a modularized project
u
Update
junit5spring
to also be version 4.4.6