spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Align versions used in spring-boot-gradle-plugin

Open philwebb opened this issue 2 years ago • 2 comments

Looking at the tests in /spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling we have several that pull in old dependencies. We should probably try to align versions with the main build.

philwebb avatar Oct 16 '23 17:10 philwebb

What is the version that we are targeting in these test dependencies?

sharoha avatar Nov 02 '23 19:11 sharoha

@sharoha This issue is referring to Gradle build files used in tests for the Gradle plugin. Some of those test files use dependencies with hard-coded versions that aren't up-to-date, as in this example using Apache Commons and Spring Framework dependencies.

I don't think we would want to just update those versions to something more current, because they will quickly get out-of-date again. We should try to come up with a way to replace those hard-coded versions with versions supplied by Boot's build system.

scottfrederick avatar Nov 02 '23 21:11 scottfrederick