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 1ae4369ddc Upgrading Elasticsearch and maven-checkstyle-plugin
1ae4369ddc is described below

commit 1ae4369ddc2030bfebebe29966eb26261c8eb747
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jun 6 07:40:32 2024 +0200

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

diff --git a/pom.xml b/pom.xml
index ee98dc395b..84579586d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@ under the License.
 
     <slf4j.version>1.7.36</slf4j.version>
 
-    <elasticsearch.version>8.13.4</elasticsearch.version>
+    <elasticsearch.version>8.14.0</elasticsearch.version>
     <opensearch.version>2.14.0</opensearch.version>
     <opensearch-java.version>2.10.3</opensearch-java.version>
 
@@ -1754,7 +1754,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.4.0</version>
           <configuration>
             
<configLocation>${rootpom.basedir}/src/main/resources/org/apache/syncope/checkstyle.xml</configLocation>
             <includeTestSourceDirectory>true</includeTestSourceDirectory>

Reply via email to