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 853861ed3a build(deps-dev): bump com.github.docker-java:docker-java-api (#2176) 853861ed3a is described below commit 853861ed3a6de686efcc98aaaa8bb28028c25c79 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jul 14 10:49:58 2025 +0200 build(deps-dev): bump com.github.docker-java:docker-java-api (#2176) Bumps [com.github.docker-java:docker-java-api](https://github.com/docker-java/docker-java) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/docker-java/docker-java/releases) - [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/docker-java/docker-java/compare/3.5.2...3.5.3) --- updated-dependencies: - dependency-name: com.github.docker-java:docker-java-api dependency-version: 3.5.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 9d920e8a66..83540b9515 100644 --- a/plc4j/drivers/opcua/pom.xml +++ b/plc4j/drivers/opcua/pom.xml @@ -211,7 +211,7 @@ <dependency> <groupId>com.github.docker-java</groupId> <artifactId>docker-java-api</artifactId> - <version>3.5.2</version> + <version>3.5.3</version> <scope>test</scope> </dependency> <dependency>