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-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new 73030d9 chore(deps): bump
com.fasterxml.jackson.core:jackson-annotations (#694)
73030d9 is described below
commit 73030d9214f6b600d56758e9252741bab10d5b5d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 1 08:07:39 2026 +0200
chore(deps): bump com.fasterxml.jackson.core:jackson-annotations (#694)
Bumps
[com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson)
from 2.21 to 2.22.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-version: '2.22'
dependency-type: direct:production
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/examples/hello-connectivity-mqtt/pom.xml | 2 +-
plc4j/tools/opcua-server/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/plc4j/examples/hello-connectivity-mqtt/pom.xml
b/plc4j/examples/hello-connectivity-mqtt/pom.xml
index 7aab6d1..8bacbbb 100644
--- a/plc4j/examples/hello-connectivity-mqtt/pom.xml
+++ b/plc4j/examples/hello-connectivity-mqtt/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.21</version>
+ <version>2.22</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml
index 61ce4da..cea0242 100644
--- a/plc4j/tools/opcua-server/pom.xml
+++ b/plc4j/tools/opcua-server/pom.xml
@@ -77,7 +77,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.21</version>
+ <version>2.22</version>
</dependency>
<dependency>