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 2c6b4f99e9 Fix snapshot dependencies
2c6b4f99e9 is described below
commit 2c6b4f99e9de2748f536e6bc2549ead3a21de78d
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 4 10:49:02 2025 +0200
Fix snapshot dependencies
---
http/bridge/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index d91267605b..64fc1f2860 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -186,7 +186,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>