Skip to content

Fix Gradle dependency version in README.md #94

@31n5ang

Description

@31n5ang

Hi, I found small issue. 👀

Is your feature request related to a problem? Please describe.
The Getting Started documentation shows an invalid Gradle dependency:

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest'

Gradle doesn't support latest as a version, causing build failures for new users.

Describe the solution you'd like
Update the Gradle example to use a valid version format:

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:{latest-version}'

or with a specific version:

implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.10'

Additional context
I'm not completely certain about this, but thought it might be helpful to report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions