:wave: Hello, team! We migrated from spring boot 2...
# wiremock-java
s
👋 Hello, team! We migrated from spring boot 2 to spring boot 3. We are seeing wire mock socket connection refused and all tests are returning 500 internal server error. We have added wiremock 3.6.0 and wiremock-standalone 3.6.0 dependencies in pom.xml.. Can anyone please help me with this
l
Without more information it is a little difficult to diagnose. Did you update to the jetty 12 version of Wiremock when you upgraded to spring boot 3 ?
s
Hi, issue is resolved. Noticed that latest wiremock dependency is not working in our code. Had to retain older version of wiremock standalone jre8 dependency. Thank you Lee!
👍 1