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 355060dd70 build(deps-dev): bump org.testcontainers:testcontainers 
(#2354)
355060dd70 is described below

commit 355060dd703f23d01a0b719955cdb839db33a846
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 19 09:32:27 2025 +0100

    build(deps-dev): bump org.testcontainers:testcontainers (#2354)
    
    Bumps 
[org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java)
 from 2.0.1 to 2.0.2.
    - [Release 
notes](https://github.com/testcontainers/testcontainers-java/releases)
    - 
[Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/testcontainers/testcontainers-java/compare/2.0.1...2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      dependency-version: 2.0.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 6f70cd36f4..e6f578c155 100644
--- a/plc4j/drivers/opcua/pom.xml
+++ b/plc4j/drivers/opcua/pom.xml
@@ -217,7 +217,7 @@
     <dependency>
       <groupId>org.testcontainers</groupId>
       <artifactId>testcontainers</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to