File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
oauth-jwt/jwt-auth-server Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 40
40
<scope >runtime</scope >
41
41
</dependency >
42
42
<!-- Keycloak server -->
43
+ <dependency >
44
+ <groupId >org.jboss.resteasy</groupId >
45
+ <artifactId >resteasy-multipart-provider</artifactId >
46
+ <version >${resteasy.version} </version >
47
+ </dependency >
43
48
<dependency >
44
49
<groupId >org.jboss.resteasy</groupId >
45
50
<artifactId >resteasy-jackson2-provider</artifactId >
74
79
<dependency >
75
80
<groupId >org.liquibase</groupId >
76
81
<artifactId >liquibase-core</artifactId >
77
- <version >${liquidbase .version} </version >
82
+ <version >${liquibase .version} </version >
78
83
<exclusions >
79
84
<exclusion >
80
85
<groupId >org.yaml</groupId >
155
160
<!-- non-dependencies -->
156
161
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
157
162
<java .version>17</java .version>
158
- <keycloak .version>23 .0.1 </keycloak .version>
163
+ <keycloak .version>24 .0.4 </keycloak .version>
159
164
<!-- these should be updated together with Keycloak -->
160
165
<!-- check keycloak-dependencies-server-all effective pom -->
161
166
<infinispan .version>14.0.6.Final</infinispan .version>
162
167
<resteasy .version>6.2.4.Final</resteasy .version>
163
- <liquidbase .version>4.16 .1</liquidbase .version>
168
+ <liquibase .version>4.25 .1</liquibase .version>
164
169
</properties >
165
170
166
171
</project >
You can’t perform that action at this time.
0 commit comments