mbien commented on PR #149: URL: https://github.com/apache/roller/pull/149#issuecomment-2629292651
``` mvn eu.maveniverse.maven.plugins:toolbox:gav-tree -Dgav=org.mockito:mockito-core:5.14.1 [INFO] --- toolbox:0.6.1:gav-tree (default-cli) @ standalone-pom --- [INFO] org.mockito:mockito-core:jar:5.14.1 [INFO] ├─net.bytebuddy:byte-buddy:jar:1.15.3 [compile] [INFO] ├─net.bytebuddy:byte-buddy-agent:jar:1.15.3 [compile] [INFO] ╰─org.objenesis:objenesis:jar:3.3 [runtime] ``` btw https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.16.0 > Include support for JDK Class File API. bytebuddy 1.16 and later should no longer cause this kind of problem thanks for using plain JDK APIs. So mockito won't have to update the dependency that often. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@roller.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org