Update Spring Boot dependencies to 2.5.8#6600
Conversation
|
@eaball35 sorry, do you know why This test has not run since 6/10 (because Spring Boot Test got upgraded to a version that brought JUnit5 setup, but the test stayed on JUnit4), so things may have changed since then. But locally, it works fine as long as |
|
@elefeint If you want to separate the version update in the Spanner sample into a different PR. We can merge this one for everything else first. @jsimonweb Will you be able to help with the Spanner test failure? (just realized Jonathan is OOO for three weeks) |
|
That's a good idea; I'll open another PR for fixing tests. I see that dataflow sets the database instance explicitly in maven setup; I might try that, too: |
The latest Spring Boot release was yesterday; it upgrades log4j-api to 2.17.0.
Do you know why renovate bot does not get to these dependencies?
I also had to upgrade the R2DBC test to JUnit5 -- at some point when spring-boot-test dependency got upgraded to 2.5.x, the test got silently ignored.
mvn clean verifyrequiredmvn -P lint checkstyle:checkrequiredmvn -P lint clean compile pmd:cpd-check spotbugs:checkadvisory only