markhobson / docker-maven-chrome

Docker image for Java automated UI tests.
https://hub.docker.com/r/markhobson/maven-chrome/
Apache License 2.0
101 stars 82 forks source link

Upgrade Maven to 3.9.4 #49

Closed knoobie closed 1 year ago

markhobson commented 1 year ago

Thanks for the PR. Before I can merge this I need to upgrade Chrome & ChomeDriver, otherwise the build will fail.

But before I can do that I need to switch ChromeDriver to its new home.

And before that I need to migrate the test away from DuckDuckGo as their markup has recently changed.

I'll try to find time to get on top of this soon!

knoobie commented 1 year ago

Thanks for the quick update! Don't worry, take your time :)

markhobson commented 1 year ago

I've now upgraded Maven to 3.9.4 after resolving the Chrome/ChromeDriver upgrades. Sorry not to use your PR but it needed rebasing.