Skip to content

Commit 9097803

Browse files
author
Gerald Unterrainer
committed
Merge branch 'develop'
2 parents 0ea7e01 + c401544 commit 9097803

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<modelVersion>4.0.0</modelVersion>
1919
<artifactId>http-server</artifactId>
20-
<version>0.2.32</version>
20+
<version>0.2.33</version>
2121
<name>HttpServer</name>
2222
<packaging>jar</packaging>
2323

@@ -30,12 +30,12 @@
3030
<dependency>
3131
<groupId>info.unterrainer.commons</groupId>
3232
<artifactId>jre-utils</artifactId>
33-
<version>0.2.2</version>
33+
<version>0.2.3</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>info.unterrainer.commons</groupId>
3737
<artifactId>rdb-utils</artifactId>
38-
<version>0.1.10</version>
38+
<version>0.1.11</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>info.unterrainer.commons</groupId>

src/main/java/info/unterrainer/commons/httpserver/jsons/UserDataJson.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class UserDataJson {
2323
private Set<String> realmRoles;
2424
private Set<String> clientRoles;
2525
/**
26-
* Custom Keycloak-attributes 'tenant_read' and 'tenant_write' that have to be
26+
* Custom Keycloak-attributes 'tenants_read' and 'tenants_write' that have to be
2727
* set under user/attributes within Keycloak and then mapped using an
2828
* AttributeMapper within Keycloak as well. Are comma-separated lists of
2929
* tenant-IDs.

0 commit comments

Comments
 (0)