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 ae8c89e  chore(deps-dev): bump 
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml (#414)
ae8c89e is described below

commit ae8c89e4dd87d86d323eac1d8700ffc20c953423
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 21 11:10:55 2025 +0200

    chore(deps-dev): bump 
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml (#414)
    
    Bumps 
[com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text)
 from 2.19.1 to 2.19.2.
    - 
[Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.19.1...jackson-dataformats-text-2.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
      dependency-version: 2.19.2
      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/examples/hello-connectivity-mqtt/pom.xml | 2 +-
 plc4j/integrations/apache-kafka/pom.xml        | 2 +-
 plc4j/tools/opcua-server/pom.xml               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plc4j/examples/hello-connectivity-mqtt/pom.xml 
b/plc4j/examples/hello-connectivity-mqtt/pom.xml
index 2e258da..2ac1bdb 100644
--- a/plc4j/examples/hello-connectivity-mqtt/pom.xml
+++ b/plc4j/examples/hello-connectivity-mqtt/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.dataformat</groupId>
       <artifactId>jackson-dataformat-yaml</artifactId>
-      <version>2.19.1</version>
+      <version>2.19.2</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/plc4j/integrations/apache-kafka/pom.xml 
b/plc4j/integrations/apache-kafka/pom.xml
index 60ffcd0..54a4e50 100644
--- a/plc4j/integrations/apache-kafka/pom.xml
+++ b/plc4j/integrations/apache-kafka/pom.xml
@@ -175,7 +175,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.dataformat</groupId>
             <artifactId>jackson-dataformat-yaml</artifactId>
-            <version>2.19.1</version>
+            <version>2.19.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml
index a08bd10..7f95390 100644
--- a/plc4j/tools/opcua-server/pom.xml
+++ b/plc4j/tools/opcua-server/pom.xml
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.dataformat</groupId>
       <artifactId>jackson-dataformat-yaml</artifactId>
-      <version>2.19.1</version>
+      <version>2.19.2</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>

Reply via email to