This is an automated email from the ASF dual-hosted git repository.
chrisdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 057201196c fix: Updated the testcontainers-virtualavr dependency to
the newly released version.
057201196c is described below
commit 057201196c1b5af060b92f2e6a2fe996487329d3
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Jun 12 14:49:45 2026 +0200
fix: Updated the testcontainers-virtualavr dependency to the newly released
version.
---
plc4j/drivers/firmata/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4j/drivers/firmata/pom.xml b/plc4j/drivers/firmata/pom.xml
index 7792bdf4b7..e64e02bd16 100644
--- a/plc4j/drivers/firmata/pom.xml
+++ b/plc4j/drivers/firmata/pom.xml
@@ -232,7 +232,7 @@
<dependency>
<groupId>io.github.pfichtner</groupId>
<artifactId>testcontainers-virtualavr</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <version>0.0.2</version>
<scope>test</scope>
</dependency>