Bugfix Release
- cce1cfc - refactor: remove old wild-card matching logic in favour of using the ValueMatcher
- 20f53c6 - included literal 'null' check for regex as it has similar issue as JsonValue.Null (Ryan Levell)
- 672e853 - added check for Null JsonValue for regex matcher (Ryan Levell)
- e954d80 - fix(JUnit 4): do not fire the test finished event for pending pacts #1310
- b782ccc - feat: deprecate pact broker host, port and scheme in favour of an URL #1300
- cd446ee - chore: upgrade Kotlin to 1.4.30