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 eb86748 chore(deps): bump org.eclipse.jetty:jetty-util from 12.0.24 to 12.0.25 (#438) eb86748 is described below commit eb86748a6b057240a48387e7b1686c56e9d3a6e7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Aug 13 09:34:25 2025 +0200 chore(deps): bump org.eclipse.jetty:jetty-util from 12.0.24 to 12.0.25 (#438) Bumps org.eclipse.jetty:jetty-util from 12.0.24 to 12.0.25. --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-util dependency-version: 12.0.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 513c997..915300e 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.24</version> + <version>12.0.25</version> </dependency> <dependency>