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/04 07:46:52 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9579: standalone: upgrade spring fwk to 2.5.5

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 8bceadaa45 OAK-9579: standalone: upgrade spring fwk to 2.5.5
8bceadaa45 is described below

commit 8bceadaa45ad9faae7192db0124f2188e6569545
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Fri Sep 24 11:37:24 2021 +0100

    OAK-9579: standalone: upgrade spring fwk to 2.5.5
---
 oak-examples/standalone/pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/oak-examples/standalone/pom.xml b/oak-examples/standalone/pom.xml
index 6424a47f89..2372d6825f 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>1.5.22.RELEASE</spring.boot.version>
+    <spring.boot.version>2.5.5</spring.boot.version>
   </properties>
 
   <dependencyManagement>
@@ -179,10 +179,6 @@
       <artifactId>oak-store-composite</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>com.googlecode.json-simple</groupId>
-      <artifactId>json-simple</artifactId>
-    </dependency>
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
@@ -217,6 +213,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
+      <version>2.4.21</version>
     </dependency>
 
     <dependency>