Dear Community, Does wiremock run on Java17? I wa...
# help
d
Dear Community, Does wiremock run on Java17? I was given a URL link and I can see that it has the notation for the Java 8 run time
b
It does. I’ve run plenty of projects and workshops using WireMock on Java 17. You might have to switch from the
wiremock-jre8
to the
wiremock
artifact in your project dependencies.