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

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 5b05b1e943 Upgrading Spring Boot and Elasticseach
5b05b1e943 is described below

commit 5b05b1e943f1bbc7adbb2cbafd19f6d78d73fe1a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Sep 21 13:41:12 2023 +0200

    Upgrading Spring Boot and Elasticseach
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c2a6016c0d..e0ab5717a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
     <bouncycastle.version>1.70</bouncycastle.version>
     <nimbus-jose-jwt.version>9.35</nimbus-jose-jwt.version>
 
-    <spring-boot.version>2.7.15</spring-boot.version>
+    <spring-boot.version>2.7.16</spring-boot.version>
     <spring-cloud-gateway.version>3.1.8</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.2</openjpa.version>
@@ -428,7 +428,7 @@ under the License.
 
     <slf4j.version>1.7.36</slf4j.version>
 
-    <elasticsearch.version>8.10.1</elasticsearch.version>
+    <elasticsearch.version>8.10.2</elasticsearch.version>
 
     <log4j2.version>2.20.0</log4j2.version>
     <disruptor.version>3.4.4</disruptor.version>

Reply via email to