This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new d9f3d37  [OPENMEETINGS-2593] DB drivers, info-reports plugin
d9f3d37 is described below

commit d9f3d37c094f57bcd193982cb14a80d89b4a4cc4
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Sat May 1 11:07:38 2021 +0700

    [OPENMEETINGS-2593] DB drivers, info-reports plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 44baf6e..19a264c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
                <reflow-maven-skin.version>2.3.0</reflow-maven-skin.version>
                <reflow-theme>cerulean</reflow-theme>
                
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
-               
<maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
+               
<maven-project-info-reports-plugin.version>3.1.2</maven-project-info-reports-plugin.version>
                <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
                
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
                
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
@@ -104,8 +104,8 @@
                <dom4j.version>2.1.3</dom4j.version>
                <commons-codec.version>1.15</commons-codec.version>
                <commons-io.version>2.8.0</commons-io.version>
-               <postgresql.version>42.2.19</postgresql.version>
-               <mysql.version>8.0.23</mysql.version>
+               <postgresql.version>42.2.20</postgresql.version>
+               <mysql.version>8.0.24</mysql.version>
                <mssql.version>9.2.1.jre11</mssql.version>
                <ojdbc.version>19.10.0.0</ojdbc.version>
                <commons-collections4.version>4.4</commons-collections4.version>

Reply via email to