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 ed4742015d Upgrading Swagger UI, Payara, cargo-maven3-plugin, Nimbus 
JOSE JWT, maven-jxr-plugin and asciidoctorj-pdf
ed4742015d is described below

commit ed4742015dbe37228c1016e176103b9ae5c70ad5
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Aug 22 08:24:01 2022 +0200

    Upgrading Swagger UI, Payara, cargo-maven3-plugin, Nimbus JOSE JWT, 
maven-jxr-plugin and asciidoctorj-pdf
---
 .../java/org/apache/syncope/fit/core/DelegationITCase.java   |  9 +++++++++
 pom.xml                                                      | 12 ++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)

diff --git 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/DelegationITCase.java
 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/DelegationITCase.java
index c04575d57e..21ff4f144b 100644
--- 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/DelegationITCase.java
+++ 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/DelegationITCase.java
@@ -49,6 +49,7 @@ import 
org.apache.syncope.common.rest.api.service.DelegationService;
 import org.apache.syncope.common.rest.api.service.UserService;
 import org.apache.syncope.core.logic.UserLogic;
 import org.apache.syncope.fit.AbstractITCase;
+import org.apache.syncope.fit.ElasticsearchDetector;
 import org.junit.jupiter.api.Test;
 
 public class DelegationITCase extends AbstractITCase {
@@ -238,6 +239,14 @@ public class DelegationITCase extends AbstractITCase {
         }
 
         // 3b. search users as rossini with delegation -> SUCCESS
+        if 
(ElasticsearchDetector.isElasticSearchEnabled(ADMIN_CLIENT.platform())) {
+            try {
+                Thread.sleep(2000);
+            } catch (InterruptedException ex) {
+                // ignore
+            }
+        }
+
         int forRossini = 
rossini.delegatedBy("bellini").getService(UserService.class).search(
                 new 
AnyQuery.Builder().realm(SyncopeConstants.ROOT_REALM).build()).getTotalCount();
         assertEquals(forBellini, forRossini);
diff --git a/pom.xml b/pom.xml
index 3777f18961..f959b69050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
 
     <cxf.version>3.5.3</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.24.1</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.24.2</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.3</jackson.version>
 
@@ -458,7 +458,7 @@ under the License.
     <h2.version>2.1.214</h2.version>
 
     <swagger-core.version>2.2.2</swagger-core.version>
-    <swagger-ui.version>4.13.2</swagger-ui.version>
+    <swagger-ui.version>4.14.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -507,7 +507,7 @@ under the License.
 
     <tomcat.version>9.0.65</tomcat.version>
     <wildfly.version>26.1.1.Final</wildfly.version>
-    <payara.version>5.2022.2</payara.version>
+    <payara.version>5.2022.3</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>
 
     <docker.postgresql.version>14</docker.postgresql.version>
@@ -1844,7 +1844,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven3-plugin</artifactId>
-          <version>1.10.0</version>
+          <version>1.10.1</version>
           <configuration>
             <configuration>
               <type>standalone</type>
@@ -2274,7 +2274,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>3.1.1</version>
+        <version>3.3.0</version>
       </plugin>
     </plugins>
   </reporting>
@@ -2358,7 +2358,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>2.1.6</version>
+                <version>2.3.0</version>
               </dependency>
             </dependencies>
             <configuration>

Reply via email to