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 8539d158a6 build(deps-dev): bump
com.github.docker-java:docker-java-api (#1934)
8539d158a6 is described below
commit 8539d158a67ee4cf3a13b7a9c436c5a98809bd60
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 12 12:06:49 2024 +0100
build(deps-dev): bump com.github.docker-java:docker-java-api (#1934)
Bumps
[com.github.docker-java:docker-java-api](https://github.com/docker-java/docker-java)
from 3.4.0 to 3.4.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.4.0...3.4.1)
---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java-api
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 cf490ce698..ebe4acea92 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.4.0</version>
+ <version>3.4.1</version>
<scope>test</scope>
</dependency>
<dependency>