This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new 1b30d38 Upgrading LMAX Disruptor and sonar-maven-plugin
1b30d38 is described below
commit 1b30d38af7b7b65cbc4ac5838c26e82a0d73823a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Apr 30 15:20:54 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 0532a80..def93e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,7 +436,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-io.version>2.7</commons-io.version>
<commons-email.version>1.5</commons-email.version>
@@ -2190,7 +2190,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>