This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 6a573fcb59 Use released http.base 5.1.14
6a573fcb59 is described below
commit 6a573fcb595f5194928755fb8b612d9afa6c6ed6
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sun Jun 1 10:08:15 2025 +0200
Use released http.base 5.1.14
---
http/jetty12/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 7cd263a9ea..8ad73a1b35 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -727,7 +727,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.base</artifactId>
- <version>5.1.15-SNAPSHOT</version>
+ <version>5.1.14</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>