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 9cd7cb0  chore(deps): bump org.apache.commons:commons-configuration2 
(#690)
9cd7cb0 is described below

commit 9cd7cb04884b142796f7fe88268922a1ecd38154
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 29 16:12:53 2026 +0200

    chore(deps): bump org.apache.commons:commons-configuration2 (#690)
    
    Bumps org.apache.commons:commons-configuration2 from 2.13.0 to 2.15.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-configuration2
      dependency-version: 2.15.1
      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-influx-data-collection/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/examples/hello-influx-data-collection/pom.xml 
b/plc4j/examples/hello-influx-data-collection/pom.xml
index a78434e..5e4d91c 100644
--- a/plc4j/examples/hello-influx-data-collection/pom.xml
+++ b/plc4j/examples/hello-influx-data-collection/pom.xml
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-configuration2</artifactId>
-      <version>2.13.0</version>
+      <version>2.15.1</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>

Reply via email to