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 b552a0f  chore(deps): bump commons-cli:commons-cli from 1.10.0 to 
1.11.0 (#533)
b552a0f is described below

commit b552a0fcc3028e617c4f3db00b34755c7e1c8e27
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 13 09:10:32 2025 +0100

    chore(deps): bump commons-cli:commons-cli from 1.10.0 to 1.11.0 (#533)
    
    Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 
1.10.0 to 1.11.0.
    - 
[Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt)
    - 
[Commits](https://github.com/apache/commons-cli/compare/rel/commons-cli-1.10.0...rel/commons-cli-1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: commons-cli:commons-cli
      dependency-version: 1.11.0
      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/pom.xml           | 2 +-
 plc4j/tools/opcua-server/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plc4j/examples/pom.xml b/plc4j/examples/pom.xml
index 51b5d88..dc1892c 100644
--- a/plc4j/examples/pom.xml
+++ b/plc4j/examples/pom.xml
@@ -38,7 +38,7 @@
     
<project.build.outputTimestamp>2025-08-06T15:45:09Z</project.build.outputTimestamp>
     <app.main.class>override-this-property-in-application-pom</app.main.class>
 
-    <commons-cli.version>1.10.0</commons-cli.version>
+    <commons-cli.version>1.11.0</commons-cli.version>
     <logback.version>1.5.21</logback.version>
     <slf4j.version>2.0.17</slf4j.version>
   </properties>
diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml
index 8e780e6..d5d87f3 100644
--- a/plc4j/tools/opcua-server/pom.xml
+++ b/plc4j/tools/opcua-server/pom.xml
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
-      <version>1.10.0</version>
+      <version>1.11.0</version>
     </dependency>
 
     <dependency>

Reply via email to