Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency management for REST Assured is incomplete #31864

Closed
Rossojo opened this issue Jul 26, 2022 · 1 comment
Closed

Dependency management for REST Assured is incomplete #31864

Rossojo opened this issue Jul 26, 2022 · 1 comment
Assignees
Labels
type: bug A general bug
Milestone

Comments

@Rossojo
Copy link

Rossojo commented Jul 26, 2022

For our integration-tests with REST Assured we use the kotlin-extension-module of REST Assured. To use the module an additional Gradle dependency is required: testImplementation("io.rest-assured:kotlin-extensions:4.5.1"). Currently we need to lookup the REST Assured version used in the Spring BOM after every Spring Update to keep the module version in sync.

To avoid the manual lookup, is it possible to add the kotlin-extension-module dependency to the Spring BOM?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 26, 2022
@wilkinsona wilkinsona changed the title Add REST Assured kotlin extension module to Spring BOM Dependency management for REST Assured is incomplete Jul 26, 2022
@wilkinsona wilkinsona added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 26, 2022
@wilkinsona wilkinsona added this to the 2.6.x milestone Jul 26, 2022
@wilkinsona
Copy link
Member

We'll have to list the modules in 2.6.x. When merging forwards there's a bom that we can use that was introduced in REST Assured 4.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

3 participants