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 bb7b9d8  chore(deps): bump org.eclipse.jetty:jetty-util from 12.0.25 
to 12.1.0 (#446)
bb7b9d8 is described below

commit bb7b9d86c523fa03619b63dffa3fe4ebb53b4e82
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 19 16:02:12 2025 +0200

    chore(deps): bump org.eclipse.jetty:jetty-util from 12.0.25 to 12.1.0 (#446)
    
    Bumps org.eclipse.jetty:jetty-util from 12.0.25 to 12.1.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-util
      dependency-version: 12.1.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/tools/opcua-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml
index 915300e..3259de1 100644
--- a/plc4j/tools/opcua-server/pom.xml
+++ b/plc4j/tools/opcua-server/pom.xml
@@ -89,7 +89,7 @@
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-util</artifactId>
-      <version>12.0.25</version>
+      <version>12.1.0</version>
     </dependency>
 
     <dependency>

Reply via email to