Move to io.github.opewebnet4j 0.4.1 from Maven Central. Fixes #10298 and #10395 (#10397)

Signed-off-by: Massimo Valla <mvcode00@gmail.com>
This commit is contained in:
M Valla
2021-03-27 18:33:04 +01:00
committed by GitHub
parent 767cbb19f0
commit bfa7f32dd5

View File

@@ -21,9 +21,9 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.github.openwebnet4j</groupId> <groupId>io.github.openwebnet4j</groupId>
<artifactId>openwebnet4j</artifactId> <artifactId>openwebnet4j</artifactId>
<version>0.4.0</version> <version>0.4.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>