mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
The change in gh-50447 added gson on the runtime classpath, which broke a test that looks for "any" JSON support, but only filtered Jackson and Jackson 2. This commit adds an explicit optional dependency to gson and adapt the test accordingly. See gh-50447