diff --git a/README.md b/README.md index 5fdbb6b..ffc1926 100644 --- a/README.md +++ b/README.md @@ -292,14 +292,12 @@ java -cp "wiremock-state-extension-standalone-0.4.0.jar:wiremock-standalone-3.3. Using the extension with docker is similar to its usage with usage [standalone](#standalone): it just has to be available on the classpath to be loaded automatically - it does not have to be added via `--extensions` . -**Note:** This extension depends on the current WireMock beta development, thus the tag `3x` has to be used: - ```bash docker run -it --rm \ -p 8080:8080 \ --name wiremock \ -v $PWD/extensions:/var/wiremock/extensions \ -wiremock/wiremock:3.3.0 \ +wiremock/wiremock \ -- --global-response-templating ``` diff --git a/build.gradle b/build.gradle index 3f537fb..9d54b25 100644 --- a/build.gradle +++ b/build.gradle @@ -7,13 +7,14 @@ buildscript { plugins { id 'jacoco' id 'com.diffplug.spotless' version '6.25.0' - id 'org.wiremock.tools.gradle.wiremock-extension-convention' version '0.1.2' + id 'org.wiremock.tools.gradle.wiremock-extension-convention' version '0.2.0' } group 'org.wiremock.extensions' project.ext { versions = [ caffeine : '3.1.8', + handlebars : '4.3.1', ] }