Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Update wiremock dependency to be compatible with wiremock-standalone #2104

Description

@kumarsen26

Describe the bug
Getting below error when using latest dependency of wiremock in the project.

java.lang.NoSuchMethodError: 'void com.github.tomakehurst.wiremock.extension.responsetemplating.ResponseTemplateTransformer.<init>(boolean)'

Sample
Currently spring-cloud-contract-wiremock is using older wiremock dependency..

<dependency>
	<groupId>com.github.tomakehurst</groupId>
	<artifactId>wiremock-jre8-standalone</artifactId>
</dependency>

It should be compatible with

<dependency>
    <groupId>org.wiremock</groupId>
    <artifactId>wiremock-standalone</artifactId>
</dependency>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions