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 c75ebeea71 build(deps-dev): bump com.google.cloud.tools:jib-core
(#2355)
c75ebeea71 is described below
commit c75ebeea71b86b0e5bfbe59a07263a1bb4652d76
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 20 16:17:26 2025 +0100
build(deps-dev): bump com.google.cloud.tools:jib-core (#2355)
Bumps
[com.google.cloud.tools:jib-core](https://github.com/GoogleContainerTools/jib)
from 0.27.3 to 0.28.1.
- [Release notes](https://github.com/GoogleContainerTools/jib/releases)
- [Commits](https://github.com/GoogleContainerTools/jib/commits)
---
updated-dependencies:
- dependency-name: com.google.cloud.tools:jib-core
dependency-version: 0.28.1
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 e6f578c155..174369bba2 100644
--- a/plc4j/drivers/opcua/pom.xml
+++ b/plc4j/drivers/opcua/pom.xml
@@ -229,7 +229,7 @@
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-core</artifactId>
- <version>0.27.3</version>
+ <version>0.28.1</version>
<scope>test</scope>
</dependency>
</dependencies>