Conversation
Signed-off-by: Alexander Brandes <mc.cache@web.de>
Signed-off-by: Alexander Brandes <mc.cache@web.de>
| <groupId>io.rest-assured</groupId> | ||
| <artifactId>rest-assured</artifactId> | ||
| <version>5.3.2</version> | ||
| <version>6.0.0</version> |
There was a problem hiding this comment.
@NotMyFault This update pulls in Groovy 5.0, which is causing jenkinsci/workflow-cps-plugin#1723. Groovy must be excluded from this path so that the version from Jenkins core is used instead (2.4.21, see jenkinsci/jenkins#19976 and related tickets for some discussion around the current situation). If that version of Groovy is not compatible with rest-assured 6.0, and rest-assured 5.x is not compatible with Java 25, then the tests might need to be refactored to avoid the dependency.
There was a problem hiding this comment.
Thanks for sharing. I couldn't figure that out yesterday. But I agree, it makes sense to get a rid of rest-assured and refactor the tests affected.
|
I'm turning this PR into an issue, as I lack the capacity to refactor the tests affected. |
No description provided.