Naman Nigam

Results 4 comments of Naman Nigam

@framilano Can you confirm that executing `mvn dependency:tree` on your updated code lists a version of `org.ow2.asm:asm:jar` which is `9.5` and above? In the same output, you shall be able...

@marcingrzejszczak Just to add slightly more information, independently adding the mentioned spring dependencies `spring-cloud-contract-verifier` and `spring-cloud-starter-contract-stub-runner` brings in the outdated version os asm via this tree: ``` [INFO] | +-...

@framilano In that case, if not the exact group and artifact, there could be some other resolution of the `asm` in your tree for sure which is where the `ClassReader`...

> @davidmelia is there a problem with the Groovy version we're bringing in by default? Even in the latest version `spring-cloud-contract-verifier:4.1.2`, yes, the groovy version 4.0.16 is brought in with...