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 2023/01/06 14:46:02 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-10018: standalone: upgrade spring fwk to 2.5.14 (#777)

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

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


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

commit 89522b29381ca647f4e46945a1fd95455d487eef
Author: Julian Reschke <re...@apache.org>
AuthorDate: Thu Dec 1 12:40:04 2022 +0100

    OAK-10018: standalone: upgrade spring fwk to 2.5.14 (#777)
---
 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 2372d6825f..1c7bb13a1c 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>