This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-connection-timeout-agent.git
The following commit(s) were added to refs/heads/master by this push:
new 440f1d3 Bump org.eclipse.jetty:jetty-server (#11)
440f1d3 is described below
commit 440f1d363d0d649a19bee106d27377ff103a9f7c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 24 16:35:07 2025 +0100
Bump org.eclipse.jetty:jetty-server (#11)
Bumps org.eclipse.jetty:jetty-server from 9.4.51.v20230217 to
9.4.55.v20240627.
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a17b386..ba30b68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>9.4.51.v20230217</version>
+ <version>9.4.55.v20240627</version>
<scope>test</scope>
</dependency>
<dependency>