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

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


The following commit(s) were added to refs/heads/master by this push:
     new c198fbc63d Upgrading Elasticsearch and BouncyCastle
c198fbc63d is described below

commit c198fbc63d842910af31a99a74868597023ac6fc
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Apr 9 08:09:00 2024 +0200

    Upgrading Elasticsearch and BouncyCastle
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 464c48526f..d6543141c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
     <connid.cmd.version>0.5</connid.cmd.version>
 
     <cxf.version>4.0.4</cxf.version>
-    <bouncycastle.version>1.77</bouncycastle.version>
+    <bouncycastle.version>1.78</bouncycastle.version>
     <nimbus-jose-jwt.version>9.37.3</nimbus-jose-jwt.version>
 
     <spring-boot.version>3.2.4</spring-boot.version>
@@ -427,7 +427,7 @@ under the License.
 
     <disruptor.version>3.4.4</disruptor.version>
 
-    <elasticsearch.version>8.13.1</elasticsearch.version>
+    <elasticsearch.version>8.13.2</elasticsearch.version>
     <opensearch.version>2.13.0</opensearch.version>
     <opensearch-java.version>2.9.1</opensearch-java.version>
 

Reply via email to