diff --git a/infrastructures/kubernetes/src/test/resources/jwtproxy-confg.yaml b/infrastructures/kubernetes/src/test/resources/jwtproxy-confg.yaml index e6d9e710a4..adb045d04c 100644 --- a/infrastructures/kubernetes/src/test/resources/jwtproxy-confg.yaml +++ b/infrastructures/kubernetes/src/test/resources/jwtproxy-confg.yaml @@ -49,3 +49,4 @@ jwtproxy: type: "void" public_base_path: "/here" upstream: "ws://terminal:4101" + diff --git a/multiuser/keycloak/che-multiuser-keycloak-server/pom.xml b/multiuser/keycloak/che-multiuser-keycloak-server/pom.xml index 5f566b2b10..bc87be2c33 100644 --- a/multiuser/keycloak/che-multiuser-keycloak-server/pom.xml +++ b/multiuser/keycloak/che-multiuser-keycloak-server/pom.xml @@ -194,6 +194,11 @@ testng test + + org.wiremock + wiremock-standalone + test + diff --git a/multiuser/keycloak/che-multiuser-keycloak-user-remover/pom.xml b/multiuser/keycloak/che-multiuser-keycloak-user-remover/pom.xml index 445933c90a..4191f6eb9c 100644 --- a/multiuser/keycloak/che-multiuser-keycloak-user-remover/pom.xml +++ b/multiuser/keycloak/che-multiuser-keycloak-user-remover/pom.xml @@ -117,5 +117,10 @@ testng test + + org.wiremock + wiremock-standalone + test + diff --git a/pom.xml b/pom.xml index 0bd1a24c10..5ef0baf4b5 100644 --- a/pom.xml +++ b/pom.xml @@ -48,33 +48,32 @@ 1.0 - 1.2.11 - 0.20.0 - 2.14.3 + 1.4.11 + 0.22.1 + 2.15.2 1.7.1 - 2.32.0 5.0.1 2.3.4 32.1.2-jre 1.43.3 1.34.1 - 2.8.9 - 2.1.210 + 2.10.1 + 2.2.224 0.1.55 3.14.9 - 3.5.0 + 3.6.0 1.5 - 2.11.0 + 2.14.0 2.6 false quay.io/eclipse/che--centos--mysql-57-centos7:latest-e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 quay.io/eclipse/che--centos--postgresql-13-centos7:1-71b24684d64da46f960682cc4216222a7e4ed8b1a31dd5a865b3e71afdea20d2 - 6.8.1 + 6.9.0 0.2.2 1.8.1 1.8.1 0.11.2 - 1.10.5 + 1.11.4 0.6.0 0.4.0 0.3.0 @@ -84,19 +83,19 @@ 0.4.1 0.16.0 4.4.0 - 2.1.11 - 2.0.1 - 2.0.0 + 2.2.16 + 2.1.2 + 2.1.1 1.0.5 - 2.0.0 + 2.0.1 2.0.1 - 5.0.0 - 3.0.0 + 6.0.0 + 3.0.2 2.0.0 - 3.0.0 + 3.1.0 11 ${java.target.version} - 4.12 + 4.13.2 Red Hat, Inc. - initial API and implementation ${project.version} @@ -104,7 +103,7 @@ 1.0-beta2 Red Hat, Inc. - 7.0.1 + 7.4 3.0.0 3.5.0 3.2.0 @@ -129,20 +128,20 @@ [3.6.2,) 3.0.0-M5 3.3.2 - 8.0.27 + 8.0.33 4.1.0 - 4.3.1 - 3.12.0 - 4.5.13 - 4.4.15 + 4.3.4 + 3.13.0 + 4.5.14 + 4.4.16 3.3.0 - 3.6.2 + 3.9.0 3.9.4 10.1.6 3.4.1 2.7.10 2.2.3 - 0.3.5 + 0.9.0.M2 1.15.0 4.2.0 2.2 @@ -152,10 +151,11 @@ 3.1.0 0.4.13 3.11.2 - 42.5.1 + 42.6.0 0.9.9 - 1.7.36 - 7.4.0 + 2.0.9 + 7.8.0 + 3.0.1 @@ -187,7 +187,7 @@ com.github.tomakehurst wiremock-jre8-standalone - ${com.github.tomakehurst.wiremock-jre8-standalone.version} + ${org.wiremock.version} com.google.code.gson @@ -1409,6 +1409,11 @@ testng ${org.testng.version} + + org.wiremock + wiremock-standalone + ${org.wiremock.version} + com.fasterxml.jackson jackson-bom diff --git a/wsmaster/che-core-api-auth-bitbucket/pom.xml b/wsmaster/che-core-api-auth-bitbucket/pom.xml index bb23c0dcc4..1a1ab4d71c 100644 --- a/wsmaster/che-core-api-auth-bitbucket/pom.xml +++ b/wsmaster/che-core-api-auth-bitbucket/pom.xml @@ -73,5 +73,10 @@ testng test + + org.wiremock + wiremock-standalone + test + diff --git a/wsmaster/che-core-api-auth-github/pom.xml b/wsmaster/che-core-api-auth-github/pom.xml index 0f91dfc23a..c4efb182af 100644 --- a/wsmaster/che-core-api-auth-github/pom.xml +++ b/wsmaster/che-core-api-auth-github/pom.xml @@ -73,5 +73,10 @@ testng test + + org.wiremock + wiremock-standalone + test + diff --git a/wsmaster/che-core-api-auth-gitlab/pom.xml b/wsmaster/che-core-api-auth-gitlab/pom.xml index b24f8d528d..64283da6a9 100644 --- a/wsmaster/che-core-api-auth-gitlab/pom.xml +++ b/wsmaster/che-core-api-auth-gitlab/pom.xml @@ -68,5 +68,10 @@ testng test + + org.wiremock + wiremock-standalone + test + diff --git a/wsmaster/che-core-api-auth/pom.xml b/wsmaster/che-core-api-auth/pom.xml index 1f68b3ad3d..1e841b160f 100644 --- a/wsmaster/che-core-api-auth/pom.xml +++ b/wsmaster/che-core-api-auth/pom.xml @@ -154,6 +154,11 @@ testng test + + org.wiremock + wiremock-standalone + test + diff --git a/wsmaster/che-core-api-factory-bitbucket-server/pom.xml b/wsmaster/che-core-api-factory-bitbucket-server/pom.xml index 09ecff99e1..65b07d8f33 100644 --- a/wsmaster/che-core-api-factory-bitbucket-server/pom.xml +++ b/wsmaster/che-core-api-factory-bitbucket-server/pom.xml @@ -154,5 +154,10 @@ testng test + + org.wiremock + wiremock-standalone + test + diff --git a/wsmaster/che-core-api-factory-bitbucket/pom.xml b/wsmaster/che-core-api-factory-bitbucket/pom.xml index 3d11345ad0..9bc09c8b04 100644 --- a/wsmaster/che-core-api-factory-bitbucket/pom.xml +++ b/wsmaster/che-core-api-factory-bitbucket/pom.xml @@ -144,5 +144,10 @@ testng test + + org.wiremock + wiremock-standalone + test + diff --git a/wsmaster/che-core-api-factory-github/pom.xml b/wsmaster/che-core-api-factory-github/pom.xml index 7f33beebbd..e47dcdfdb3 100644 --- a/wsmaster/che-core-api-factory-github/pom.xml +++ b/wsmaster/che-core-api-factory-github/pom.xml @@ -148,5 +148,10 @@ testng test + + org.wiremock + wiremock-standalone + test + diff --git a/wsmaster/che-core-api-factory-gitlab/pom.xml b/wsmaster/che-core-api-factory-gitlab/pom.xml index ad9a2af20a..7ceac5ce66 100644 --- a/wsmaster/che-core-api-factory-gitlab/pom.xml +++ b/wsmaster/che-core-api-factory-gitlab/pom.xml @@ -144,5 +144,10 @@ testng test + + org.wiremock + wiremock-standalone + test +