Skip to content

Release 2.20.0

Latest
Compare
Choose a tag to compare
@Ragin-LundF Ragin-LundF released this 16 Feb 12:08
4038282

Dependency Updates

All dependencies were updated.

Most noticeable:

  • Spring Boot to 3.4.2
  • Cucumber to 7.21.1

Logging Optimization

Now the logging of the response will only log the body, if it is not a media-subtype of pdf, octet-stream or zip.

Assertions

The internal assertions are now using assertj-core, which is a dependency of spring-test instead of using jUnit 4.
jUnit 4 is sadly still a dependency, because of cucumber-junit.