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 2022/01/31 07:58:17 UTC

[syncope] branch master updated: Upgrading Nimbus JOSE JWT, Groovy and JDBC drivers

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 b6fec77  Upgrading Nimbus JOSE JWT, Groovy and JDBC drivers
b6fec77 is described below

commit b6fec7734a75d2af135a13420a6abb8db7343c1b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 31 08:57:16 2022 +0100

    Upgrading Nimbus JOSE JWT, Groovy and JDBC drivers
---
 fit/core-reference/pom.xml |  1 +
 pom.xml                    | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 303f69c..b3dc72d 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1188,6 +1188,7 @@ under the License.
                     <env>
                       <ORACLE_ALLOW_REMOTE>true</ORACLE_ALLOW_REMOTE>
                       <ORACLE_ENABLE_XDB>true</ORACLE_ENABLE_XDB>
+                      <ORACLE_DISABLE_ASYNCH_IO>true</ORACLE_DISABLE_ASYNCH_IO>
                     </env>
                     <wait>
                       <log>Disconnected from Oracle Database 11g Express Edition</log>
diff --git a/pom.xml b/pom.xml
index 5fbc8d2..e530010 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,7 +405,7 @@ under the License.
 
     <cxf.version>3.5.0</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.16.1</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.17</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.1</jackson.version>
 
@@ -422,7 +422,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>4.0.0-rc-2</groovy.version>
+    <groovy.version>4.0.0</groovy.version>
 
     <flowable.version>6.7.2</flowable.version>
 
@@ -512,10 +512,10 @@ under the License.
     <docker.mariadb.version>10</docker.mariadb.version>
 
     <jdbc.postgresql.version>42.3.1</jdbc.postgresql.version>
-    <jdbc.mysql.version>8.0.27</jdbc.mysql.version>
-    <jdbc.mariadb.version>2.7.4</jdbc.mariadb.version>
-    <jdbc.mssql.version>9.4.0.jre</jdbc.mssql.version>
-    <jdbc.oracle.version>21.3.0.0</jdbc.oracle.version>
+    <jdbc.mysql.version>8.0.28</jdbc.mysql.version>
+    <jdbc.mariadb.version>3.0.3</jdbc.mariadb.version>
+    <jdbc.mssql.version>9.4.1.jre</jdbc.mssql.version>
+    <jdbc.oracle.version>21.4.0.0.1</jdbc.oracle.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>