my chrome browser version is 123.0.6312.59 and i'm trying to use web driver manager in my selenium code but it gives error java.lang.NoSuchMethodError: '
java.io.OutputStream org.openqa.selenium.chrome.ChromeDriverService$Builder.getLogOutput(java.lang.String)'
and i can't found a binary for chrome driver 123.0.6312.59 in the official website the latest is 123.0.6312.58
my pom file
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.18.1</version>
</dependency>
Change the dependency to below