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 374848123d build(deps-dev): bump com.google.cloud.tools:jib-core
(#2083)
374848123d is described below
commit 374848123dd0875a14f903783dcc1992de324c8f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 14 10:27:41 2025 +0200
build(deps-dev): bump com.google.cloud.tools:jib-core (#2083)
Bumps
[com.google.cloud.tools:jib-core](https://github.com/GoogleContainerTools/jib)
from 0.27.2 to 0.27.3.
- [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.27.3
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 093dcee47a..eee32b1063 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.2</version>
+ <version>0.27.3</version>
<scope>test</scope>
</dependency>
</dependencies>