File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >org.keycloak</groupId >
20
20
<artifactId >keycloak-core</artifactId >
21
- <version >9 .0.3</version >
21
+ <version >11 .0.3</version >
22
22
<scope >provided</scope >
23
23
</dependency >
24
24
25
25
<dependency >
26
26
<groupId >org.keycloak</groupId >
27
27
<artifactId >keycloak-server-spi</artifactId >
28
- <version >9.0.3</version >
28
+ <version >11.0.3</version >
29
+ <scope >provided</scope >
30
+ </dependency >
31
+
32
+ <dependency >
33
+ <groupId >org.keycloak</groupId >
34
+ <artifactId >keycloak-email-api</artifactId >
35
+ <version >1.8.1.Final</version >
29
36
<scope >provided</scope >
30
37
</dependency >
31
38
32
39
<dependency >
33
40
<groupId >org.keycloak</groupId >
34
41
<artifactId >keycloak-server-spi-private</artifactId >
35
- <version >9 .0.3</version >
42
+ <version >11 .0.3</version >
36
43
<scope >provided</scope >
37
44
</dependency >
38
45
46
53
<dependency >
47
54
<groupId >org.keycloak</groupId >
48
55
<artifactId >keycloak-services</artifactId >
49
- <version >9 .0.3</version >
56
+ <version >11 .0.3</version >
50
57
<scope >provided</scope >
51
58
</dependency >
52
59
67
74
<dependency >
68
75
<groupId >org.keycloak</groupId >
69
76
<artifactId >keycloak-common</artifactId >
70
- <version >9 .0.3</version >
77
+ <version >11 .0.3</version >
71
78
<scope >provided</scope >
72
79
</dependency >
73
80
126
133
</plugin >
127
134
</plugins >
128
135
</build >
129
- </project >
136
+ </project >
You can’t perform that action at this time.
0 commit comments