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 f721673 Upgrading Camel, Tika, GreenMail and checkstyle
f721673 is described below
commit f721673e0b65de0413d4935378ca48f2c3b6cbcd
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Mar 30 08:50:26 2021 +0200
Upgrading Camel, Tika, GreenMail and checkstyle
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8e46fc5..f4279d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -429,7 +429,7 @@ under the License.
<flowable.version>6.6.0</flowable.version>
- <camel.version>3.8.0</camel.version>
+ <camel.version>3.9.0</camel.version>
<slf4j.version>2.0.0-alpha1</slf4j.version>
@@ -1161,7 +1161,7 @@ under the License.
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
- <version>1.25</version>
+ <version>1.26</version>
</dependency>
<dependency>
@@ -1279,7 +1279,7 @@ under the License.
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
- <version>1.6.2</version>
+ <version>1.6.3</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
@@ -2421,7 +2421,7 @@ under the License.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
- <version>8.41</version>
+ <version>8.41.1</version>
</dependency>
</dependencies>
<configuration>