GitHub user jonnybot0 added a comment to the discussion: Next official Geb 
release and requirements

Hey! So, we are aiming to get to a more regular release cadence, and expect to 
do another major release in the next few months to cover some major updates. We 
don't have a hard date, as we're all volunteers here, but sooner rather than 
later. As an incubating subproject of Apache Groovy, we'll be approving 
releases through the distribution lists as well, so there should be mailing 
list updates when it's coming.

You can use the 7.0 Geb release alongside more recent versions of Groovy and 
Selenium already, so feel free to update those independently. The specifics 
will depend on your build system (maven, gradle, ant, etc.). In Gradle, it 
should be as simple as specifying a different version of Selenium in your build 
file. For example:

```
dependencies {
    testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:4.33.0"
    testImplementation "org.seleniumhq.selenium:selenium-support:4.33.0"
    testImplementation "org.gebish:geb-spock:7.0"
}
```

Maven and ant configurations should be similar.

GitHub link: 
https://github.com/apache/groovy-geb/discussions/278#discussioncomment-13564110

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to