This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new 0c2a50f [OPENMEETINGS-1897] libraries are updated
new 428a452 Merge branch '4.0.x' of github.com:apache/openmeetings into
4.0.x
0c2a50f is described below
commit 0c2a50fea5249abb15639a40c421de2a1458ecf3
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed Jun 20 09:46:45 2018 +0700
[OPENMEETINGS-1897] libraries are updated
---
pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 49f9054..4cd7447 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
<jdk.version>1.8</jdk.version>
<!-- plugin versions -->
<maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
-
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
+
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<minify-maven-plugin.version>1.7.6</minify-maven-plugin.version>
@@ -76,7 +76,7 @@
<wickets.version>8.0.0</wickets.version>
<red5-server.version>1.0.10-M8</red5-server.version>
<red5-client.version>1.0.10-M8</red5-client.version>
- <spring.version>4.3.17.RELEASE</spring.version>
+ <spring.version>4.3.18.RELEASE</spring.version>
<mina.version>2.0.18</mina.version>
<tomcat.version>9.0.8</tomcat.version>
<ical4j.version>2.2.0</ical4j.version>
@@ -89,9 +89,9 @@
<derby.version>10.14.2.0</derby.version>
<commons-lang3.version>3.7</commons-lang3.version>
<javax.mail.version>1.6.1</javax.mail.version>
- <openjpa.version>2.4.2</openjpa.version>
+ <openjpa.version>3.0.0</openjpa.version>
<asterisk-java.version>2.0.2</asterisk-java.version>
- <commons-dbcp.version>2.3.0</commons-dbcp.version>
+ <commons-dbcp.version>2.4.0</commons-dbcp.version>
<commons-pool.version>1.6</commons-pool.version> <!-- required
by OpenJPA for clustering -->
<commons-pool2.version>2.5.0</commons-pool2.version>
<postgresql.version>42.2.2</postgresql.version>
@@ -104,10 +104,10 @@
<pdfbox.version>2.0.9</pdfbox.version>
<commons-collections4.version>4.1</commons-collections4.version>
<xstream.version>1.4.10</xstream.version>
- <api-all.version>1.0.0</api-all.version>
+ <api-all.version>1.0.2</api-all.version>
<caldav4j.version>0.9.1</caldav4j.version>
<tika-parsers.version>1.18</tika-parsers.version>
- <commons-text.version>1.3</commons-text.version>
+ <commons-text.version>1.4</commons-text.version>
<license.excludedScopes>test</license.excludedScopes>
<!-- URL of the ASF SonarQube server -->
<sonar.host.url>https://builds.apache.org/analysis</sonar.host.url>