This is an automated email from the ASF dual-hosted git repository. sruehl 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 3e59cff5e0 build(deps-dev): bump org.testcontainers:junit-jupiter (#2156) 3e59cff5e0 is described below commit 3e59cff5e0709b1979fed45b968e37a453c10e57 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jun 30 10:30:42 2025 +0200 build(deps-dev): bump org.testcontainers:junit-jupiter (#2156) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-version: 1.21.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plc4j/drivers/opcua/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc4j/drivers/opcua/pom.xml b/plc4j/drivers/opcua/pom.xml index 25b38a7de4..781097815a 100644 --- a/plc4j/drivers/opcua/pom.xml +++ b/plc4j/drivers/opcua/pom.xml @@ -223,7 +223,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>junit-jupiter</artifactId> - <version>1.21.2</version> + <version>1.21.3</version> <scope>test</scope> </dependency> <dependency>