1.15.3 release
- update spring boot (2.3.7 -> 2.3.12)
- remove version pinning for grpc in common pom [0]
- remove version pinning for spring-cloud-sleuth in common pom [1]
- replace spring-data-hal-browser with -explorer since the former
is deprecated
- globally remove exclusion of vintage engine to enable
tests in modules that are still missing the dependency
and thus don't run their tests
[0] this effectively upgrades some of the grpc deps that have been
overwritten (1.25.0 -> 1.30.2)
[1] this effectively upgrades sleuth (2.0.2 -> 2.2.5)
Issue-ID: SO-4175
Change-Id: Id764b7d8a0b7e903e34684d868ff41e984301363
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>