This is an automated email from the ASF dual-hosted git repository.

baedke pushed a commit to branch OAK-11711
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-11711 by this push:
     new 850f7b1313 OAK-117141: oak-standalone: update dependencies
850f7b1313 is described below

commit 850f7b13130bfcefe74b8c4b6fb318f581458ec3
Author: Manfred Baedke <[email protected]>
AuthorDate: Wed Jul 23 17:09:20 2025 +0200

    OAK-117141: oak-standalone: update dependencies
    
    done.
---
 oak-examples/standalone/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/oak-examples/standalone/pom.xml b/oak-examples/standalone/pom.xml
index 9727a55622..232ca07eea 100644
--- a/oak-examples/standalone/pom.xml
+++ b/oak-examples/standalone/pom.xml
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>org.fusesource.jansi</groupId>
       <artifactId>jansi</artifactId>
-      <version>2.4.1</version>
+      <version>2.4.2</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -192,12 +192,12 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.http.bridge</artifactId>
-      <version>5.1.6</version>
+      <version>5.1.8</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.webconsole</artifactId>
-      <version>5.0.0</version>
+      <version>5.0.12</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>

Reply via email to