You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/03/22 11:19:45 UTC

[incubator-datalab] branch develop updated: change keycloak-dropwizard version to avoid compatibility issues

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

dyankiv pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new b6252a8  change keycloak-dropwizard version to avoid compatibility issues
     new 72f1064  Merge pull request #1471 from denysyankiv/DATALAB-2738
b6252a8 is described below

commit b6252a83db1bbfd3198ad2be41e1de83bc7f37c8
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Tue Mar 22 13:19:04 2022 +0200

    change keycloak-dropwizard version to avoid compatibility issues
---
 services/self-service/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/pom.xml b/services/self-service/pom.xml
index 3d7058b..540932f 100644
--- a/services/self-service/pom.xml
+++ b/services/self-service/pom.xml
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>de.ahus1.keycloak.dropwizard</groupId>
             <artifactId>keycloak-dropwizard</artifactId>
-            <version>1.2.0</version>
+            <version>1.1.1</version>
         </dependency>
 
         <dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org