This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch feature/ads-symbol-discovery in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit 7daa0b937a2aae0617f1c0583bdb519115c43948 Author: Christofer Dutz <[email protected]> AuthorDate: Wed Aug 24 10:17:40 2022 +0200 chore(plc4j/opc-ua): Downgraded the version of milo used in tests as 0.6.7 doesn't seem to work. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c1e64d3bf..c4e004f8e 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ <maven.clean.plugin.version>3.2.0</maven.clean.plugin.version> <!-- version 0.6.7 is newer, however the ExampleServer doesn't seem to run with that --> <!-- version 0.6.8 is being released, however the milo-examples artifact is not available yet --> - <milo.version>0.6.7</milo.version> + <milo.version>0.6.6</milo.version> <mockito.version>4.7.0</mockito.version> <netty.version>4.1.79.Final</netty.version> <owasp-dependency-check.version>7.1.1</owasp-dependency-check.version>
