You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2022/12/01 11:39:41 UTC

[jackrabbit-oak] branch OAK-10018 updated: OAK-10018: standalone: upgrade spring fwk to 2.5.14

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

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


The following commit(s) were added to refs/heads/OAK-10018 by this push:
     new b9de143bfc OAK-10018: standalone: upgrade spring fwk to 2.5.14
b9de143bfc is described below

commit b9de143bfc2dc933aac2c8aef076596fd625140f
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Thu Dec 1 12:39:31 2022 +0100

    OAK-10018: standalone: upgrade spring fwk to 2.5.14
---
 oak-examples/standalone/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-examples/standalone/pom.xml b/oak-examples/standalone/pom.xml
index eef404443f..68784258ac 100644
--- a/oak-examples/standalone/pom.xml
+++ b/oak-examples/standalone/pom.xml
@@ -36,7 +36,7 @@
 
   <properties>
     <skip.deployment>true</skip.deployment>
-    <spring.boot.version>2.5.5</spring.boot.version>
+    <spring.boot.version>2.5.14</spring.boot.version>
   </properties>
 
   <dependencyManagement>