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 ad35659601 build(deps-dev): bump
com.github.docker-java:docker-java-api (#2499)
ad35659601 is described below
commit ad356596014eb6c467c6e18453b3a340e6b26ac3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 15:19:31 2026 +0100
build(deps-dev): bump com.github.docker-java:docker-java-api (#2499)
Bumps
[com.github.docker-java:docker-java-api](https://github.com/docker-java/docker-java)
from 3.7.0 to 3.7.1.
- [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.7.0...3.7.1)
---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java-api
dependency-version: 3.7.1
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 37ca43fbd8..279587e5bd 100644
--- a/plc4j/drivers/opcua/pom.xml
+++ b/plc4j/drivers/opcua/pom.xml
@@ -212,7 +212,7 @@
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-api</artifactId>
- <version>3.7.0</version>
+ <version>3.7.1</version>
<scope>test</scope>
</dependency>
<dependency>