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 48a698e chore(deps): bump Jetty to 9.4.56.v20240826 (#13)
48a698e is described below
commit 48a698edca07105899f74c42fc411fd83930bba5
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jan 24 17:04:38 2025 +0100
chore(deps): bump Jetty to 9.4.56.v20240826 (#13)
Addresses
https://github.com/apache/sling-org-apache-sling-connection-timeout-agent/security/dependabot/12
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fedb2ed..1e95676 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>9.4.55.v20240627</version>
+ <version>9.4.56.v20240826</version>
<scope>test</scope>
</dependency>
<dependency>