You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/05/03 09:17:27 UTC

[syncope] 02/03: Upgrading LMAX Disruptor and sonar-maven-plugin

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

commit def262927235ff4039ca890c1a1301383060fd7f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Apr 30 15:21:17 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index a00eb96..7b4f7ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@ under the License.
     <apachedirapi.version>2.0.0</apachedirapi.version>
 
     <log4j.version>2.14.1</log4j.version>
-    <disruptor.version>3.4.3</disruptor.version>
+    <disruptor.version>3.4.4</disruptor.version>
     
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.12.0</commons-lang.version>
@@ -2485,7 +2485,7 @@ under the License.
         <plugin>
           <groupId>org.sonarsource.scanner.maven</groupId>
           <artifactId>sonar-maven-plugin</artifactId>
-          <version>3.8.0.2131</version>
+          <version>3.9.0.2155</version>
         </plugin>
       </plugins>
     </pluginManagement>