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 4b02d35d83 build(deps-dev): bump
com.github.docker-java:docker-java-api (#2223)
4b02d35d83 is described below
commit 4b02d35d83ecc5f1978c7fc6d0049773294587c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 20 11:06:49 2025 +0200
build(deps-dev): bump com.github.docker-java:docker-java-api (#2223)
Bumps
[com.github.docker-java:docker-java-api](https://github.com/docker-java/docker-java)
from 3.5.3 to 3.6.0.
- [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.3...3.6.0)
---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java-api
dependency-version: 3.6.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 a857d178e0..dcb9c8a86f 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.3</version>
+ <version>3.6.0</version>
<scope>test</scope>
</dependency>
<dependency>