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 778d48b chore(deps): bump org.eclipse.jetty:jetty-util from 12.0.15
to 12.0.16 (#239)
778d48b is described below
commit 778d48b54ec034d173f5908aa3138f1530b5fc93
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 12 12:07:11 2024 +0100
chore(deps): bump org.eclipse.jetty:jetty-util from 12.0.15 to 12.0.16
(#239)
Bumps org.eclipse.jetty:jetty-util from 12.0.15 to 12.0.16.
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-util
dependency-type: direct:production
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/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 077be32..321717f 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.15</version>
+ <version>12.0.16</version>
</dependency>
<dependency>