GitHub user jonnybot0 edited a comment on the discussion: Next official Geb release and requirements
There's no documented compatibility matrix, but [7.0 did explicitly update to Groovy 4](https://groovy.apache.org/geb/manual/current/#7-0). I would assume 7.0 didn't work with Groovy 3.x based on that. Selenium you can generally change out a little more freely within the same major version. Selenium 4.x should work alongside Geb 7.0, even if you're using a later version than the source was built against. I know that at my workplace we updated so that we could start using [Selenium Manager](https://www.selenium.dev/blog/2022/introducing-selenium-manager/) instead of the other webdriver manager solution we had, and we didn't have to update Geb to do it. GitHub link: https://github.com/apache/groovy-geb/discussions/278#discussioncomment-13566016 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
