Uh oh!
There was an error while loading. Please reload this page.
chore(deps): update dependecy groovy-xml to 4.0.6 - #1405
Conversation
nedtwigg
commented
Nov 24, 2022
All of the Gradle tests fail, I think because the Groovy version needs to match Gradle's version. Do you have a specific need to update the Groovy? I'm happy to merge this if you figure out a way for it to not break Gradle. |
Hi, thanks for the fast response! Do you have a clue what the problem could be here? I'm already running the latest gradle version (build fails for me too) and I couldn't find anything where you manually set a different gradle version. One of our plugin dependencies also uses a later version of groovy and due to the name change some dependency conflicts arise. Mainly that two different transitive dependencies have the same capabilities. |
nedtwigg
commented
Nov 24, 2022
We test on different Gradle versions for different tests I'm probably okay with bumping our minimum required Gradle to support this change because other people will have this problem eventually too. |
ben-snaize
commented
Nov 30, 2022
Been watching this fix, as it breaks parents like |
nedtwigg
commented
Jan 2, 2023
Well this is a bit embarassing, but it turns out we don't even need this dep at all anymore. What happened is that we did use |
Closes#1399
upgrades org.codehaus.groovy:groovy-xml:3.0.10 to org.apache.groovy:groovy-xml:4.0.6