Skip to content

Align versions used in spring-boot-gradle-plugin #37904

Open
@philwebb

Description

@philwebb

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.

Activity

added this to the 2.7.x milestone on Oct 16, 2023
sharoha

sharoha commented on Nov 2, 2023

@sharoha

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

scottfrederick

scottfrederick commented on Nov 2, 2023

@scottfrederick
Contributor

@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.

modified the milestones: 2.7.x, 3.1.x on Nov 8, 2023
modified the milestones: 3.1.x, 3.2.x on May 20, 2024
modified the milestones: 3.2.x, 3.3.x on Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @scottfrederick@philwebb@wilkinsona@sharoha

        Issue actions

          Align versions used in spring-boot-gradle-plugin · Issue #37904 · spring-projects/spring-boot