|
65 | 65 | <artifactId>protoc-jar</artifactId> |
66 | 66 | <version>3.11.4</version> |
67 | 67 | </dependency> |
| 68 | + <dependency> |
| 69 | + <groupId>com.github.zafarkhaja</groupId> |
| 70 | + <artifactId>java-semver</artifactId> |
| 71 | + <version>0.10.2</version> |
| 72 | + </dependency> |
68 | 73 | <dependency> |
69 | 74 | <groupId>com.h2database</groupId> |
70 | 75 | <artifactId>h2-mvstore</artifactId> |
|
88 | 93 | <dependency> |
89 | 94 | <groupId>io.quarkiverse.flow</groupId> |
90 | 95 | <artifactId>quarkus-flow-deployment</artifactId> |
91 | | - <version>0.9.0</version> |
| 96 | + <version>0.10.0</version> |
92 | 97 | </dependency> |
93 | 98 | <dependency> |
94 | 99 | <groupId>io.quarkiverse.flow</groupId> |
95 | 100 | <artifactId>quarkus-flow-dev</artifactId> |
96 | | - <version>0.9.0</version> |
| 101 | + <version>0.10.0</version> |
97 | 102 | </dependency> |
98 | 103 | <dependency> |
99 | 104 | <groupId>io.quarkiverse.flow</groupId> |
100 | 105 | <artifactId>quarkus-flow-durable-kubernetes-deployment</artifactId> |
101 | | - <version>0.9.0</version> |
| 106 | + <version>0.10.0</version> |
102 | 107 | </dependency> |
103 | 108 | <dependency> |
104 | 109 | <groupId>io.quarkiverse.flow</groupId> |
105 | 110 | <artifactId>quarkus-flow-durable-kubernetes</artifactId> |
106 | | - <version>0.9.0</version> |
| 111 | + <version>0.10.0</version> |
107 | 112 | </dependency> |
108 | 113 | <dependency> |
109 | 114 | <groupId>io.quarkiverse.flow</groupId> |
110 | 115 | <artifactId>quarkus-flow-jpa-deployment</artifactId> |
111 | | - <version>0.9.0</version> |
| 116 | + <version>0.10.0</version> |
112 | 117 | </dependency> |
113 | 118 | <dependency> |
114 | 119 | <groupId>io.quarkiverse.flow</groupId> |
115 | 120 | <artifactId>quarkus-flow-jpa</artifactId> |
116 | | - <version>0.9.0</version> |
| 121 | + <version>0.10.0</version> |
117 | 122 | </dependency> |
118 | 123 | <dependency> |
119 | 124 | <groupId>io.quarkiverse.flow</groupId> |
120 | 125 | <artifactId>quarkus-flow-langchain4j-deployment</artifactId> |
121 | | - <version>0.9.0</version> |
| 126 | + <version>0.10.0</version> |
122 | 127 | </dependency> |
123 | 128 | <dependency> |
124 | 129 | <groupId>io.quarkiverse.flow</groupId> |
125 | 130 | <artifactId>quarkus-flow-langchain4j</artifactId> |
126 | | - <version>0.9.0</version> |
| 131 | + <version>0.10.0</version> |
127 | 132 | </dependency> |
128 | 133 | <dependency> |
129 | 134 | <groupId>io.quarkiverse.flow</groupId> |
130 | 135 | <artifactId>quarkus-flow-messaging-deployment</artifactId> |
131 | | - <version>0.9.0</version> |
| 136 | + <version>0.10.0</version> |
132 | 137 | </dependency> |
133 | 138 | <dependency> |
134 | 139 | <groupId>io.quarkiverse.flow</groupId> |
135 | 140 | <artifactId>quarkus-flow-messaging</artifactId> |
136 | | - <version>0.9.0</version> |
| 141 | + <version>0.10.0</version> |
137 | 142 | </dependency> |
138 | 143 | <dependency> |
139 | 144 | <groupId>io.quarkiverse.flow</groupId> |
140 | 145 | <artifactId>quarkus-flow-mvstore-deployment</artifactId> |
141 | | - <version>0.9.0</version> |
| 146 | + <version>0.10.0</version> |
142 | 147 | </dependency> |
143 | 148 | <dependency> |
144 | 149 | <groupId>io.quarkiverse.flow</groupId> |
145 | 150 | <artifactId>quarkus-flow-mvstore</artifactId> |
146 | | - <version>0.9.0</version> |
| 151 | + <version>0.10.0</version> |
147 | 152 | </dependency> |
148 | 153 | <dependency> |
149 | 154 | <groupId>io.quarkiverse.flow</groupId> |
150 | 155 | <artifactId>quarkus-flow-persistence-common</artifactId> |
151 | | - <version>0.9.0</version> |
| 156 | + <version>0.10.0</version> |
152 | 157 | </dependency> |
153 | 158 | <dependency> |
154 | 159 | <groupId>io.quarkiverse.flow</groupId> |
155 | 160 | <artifactId>quarkus-flow-redis-deployment</artifactId> |
156 | | - <version>0.9.0</version> |
| 161 | + <version>0.10.0</version> |
157 | 162 | </dependency> |
158 | 163 | <dependency> |
159 | 164 | <groupId>io.quarkiverse.flow</groupId> |
160 | 165 | <artifactId>quarkus-flow-redis</artifactId> |
161 | | - <version>0.9.0</version> |
| 166 | + <version>0.10.0</version> |
162 | 167 | </dependency> |
163 | 168 | <dependency> |
164 | 169 | <groupId>io.quarkiverse.flow</groupId> |
165 | 170 | <artifactId>quarkus-flow-scheduler-deployment</artifactId> |
166 | | - <version>0.9.0</version> |
| 171 | + <version>0.10.0</version> |
167 | 172 | </dependency> |
168 | 173 | <dependency> |
169 | 174 | <groupId>io.quarkiverse.flow</groupId> |
170 | 175 | <artifactId>quarkus-flow-scheduler</artifactId> |
171 | | - <version>0.9.0</version> |
| 176 | + <version>0.10.0</version> |
172 | 177 | </dependency> |
173 | 178 | <dependency> |
174 | 179 | <groupId>io.quarkiverse.flow</groupId> |
175 | 180 | <artifactId>quarkus-flow</artifactId> |
176 | | - <version>0.9.0</version> |
| 181 | + <version>0.10.0</version> |
177 | 182 | </dependency> |
178 | 183 | <dependency> |
179 | 184 | <groupId>io.quarkiverse.jackson-jq</groupId> |
|
188 | 193 | <dependency> |
189 | 194 | <groupId>io.serverlessworkflow</groupId> |
190 | 195 | <artifactId>serverless-workflow-jackson-generator</artifactId> |
191 | | - <version>7.18.0.Final</version> |
| 196 | + <version>7.22.1.Final</version> |
192 | 197 | </dependency> |
193 | 198 | <dependency> |
194 | 199 | <groupId>io.serverlessworkflow</groupId> |
195 | 200 | <artifactId>serverless-workflow-types-generator</artifactId> |
196 | | - <version>7.18.0.Final</version> |
| 201 | + <version>7.22.1.Final</version> |
197 | 202 | </dependency> |
198 | 203 | <dependency> |
199 | 204 | <groupId>io.serverlessworkflow</groupId> |
200 | 205 | <artifactId>serverlessworkflow-annotations</artifactId> |
201 | | - <version>7.18.0.Final</version> |
| 206 | + <version>7.22.1.Final</version> |
202 | 207 | </dependency> |
203 | 208 | <dependency> |
204 | 209 | <groupId>io.serverlessworkflow</groupId> |
205 | 210 | <artifactId>serverlessworkflow-api</artifactId> |
206 | | - <version>7.18.0.Final</version> |
| 211 | + <version>7.22.1.Final</version> |
207 | 212 | </dependency> |
208 | 213 | <dependency> |
209 | 214 | <groupId>io.serverlessworkflow</groupId> |
210 | 215 | <artifactId>serverlessworkflow-experimental-fluent-func</artifactId> |
211 | | - <version>7.18.0.Final</version> |
| 216 | + <version>7.22.1.Final</version> |
212 | 217 | </dependency> |
213 | 218 | <dependency> |
214 | 219 | <groupId>io.serverlessworkflow</groupId> |
215 | 220 | <artifactId>serverlessworkflow-experimental-lambda</artifactId> |
216 | | - <version>7.18.0.Final</version> |
| 221 | + <version>7.22.1.Final</version> |
217 | 222 | </dependency> |
218 | 223 | <dependency> |
219 | 224 | <groupId>io.serverlessworkflow</groupId> |
220 | 225 | <artifactId>serverlessworkflow-experimental-model</artifactId> |
221 | | - <version>7.18.0.Final</version> |
| 226 | + <version>7.22.1.Final</version> |
222 | 227 | </dependency> |
223 | 228 | <dependency> |
224 | 229 | <groupId>io.serverlessworkflow</groupId> |
225 | 230 | <artifactId>serverlessworkflow-experimental-test</artifactId> |
226 | | - <version>7.18.0.Final</version> |
| 231 | + <version>7.22.1.Final</version> |
227 | 232 | </dependency> |
228 | 233 | <dependency> |
229 | 234 | <groupId>io.serverlessworkflow</groupId> |
230 | 235 | <artifactId>serverlessworkflow-experimental-types</artifactId> |
231 | | - <version>7.18.0.Final</version> |
| 236 | + <version>7.22.1.Final</version> |
232 | 237 | </dependency> |
233 | 238 | <dependency> |
234 | 239 | <groupId>io.serverlessworkflow</groupId> |
235 | 240 | <artifactId>serverlessworkflow-fluent-spec</artifactId> |
236 | | - <version>7.18.0.Final</version> |
| 241 | + <version>7.22.1.Final</version> |
237 | 242 | </dependency> |
238 | 243 | <dependency> |
239 | 244 | <groupId>io.serverlessworkflow</groupId> |
240 | 245 | <artifactId>serverlessworkflow-impl-container</artifactId> |
241 | | - <version>7.18.0.Final</version> |
| 246 | + <version>7.22.1.Final</version> |
242 | 247 | </dependency> |
243 | 248 | <dependency> |
244 | 249 | <groupId>io.serverlessworkflow</groupId> |
245 | 250 | <artifactId>serverlessworkflow-impl-core</artifactId> |
246 | | - <version>7.18.0.Final</version> |
| 251 | + <version>7.22.1.Final</version> |
247 | 252 | </dependency> |
248 | 253 | <dependency> |
249 | 254 | <groupId>io.serverlessworkflow</groupId> |
250 | 255 | <artifactId>serverlessworkflow-impl-function</artifactId> |
251 | | - <version>7.18.0.Final</version> |
| 256 | + <version>7.22.1.Final</version> |
252 | 257 | </dependency> |
253 | 258 | <dependency> |
254 | 259 | <groupId>io.serverlessworkflow</groupId> |
255 | 260 | <artifactId>serverlessworkflow-impl-grpc</artifactId> |
256 | | - <version>7.18.0.Final</version> |
| 261 | + <version>7.22.1.Final</version> |
257 | 262 | </dependency> |
258 | 263 | <dependency> |
259 | 264 | <groupId>io.serverlessworkflow</groupId> |
260 | 265 | <artifactId>serverlessworkflow-impl-http</artifactId> |
261 | | - <version>7.18.0.Final</version> |
| 266 | + <version>7.22.1.Final</version> |
262 | 267 | </dependency> |
263 | 268 | <dependency> |
264 | 269 | <groupId>io.serverlessworkflow</groupId> |
265 | 270 | <artifactId>serverlessworkflow-impl-jackson-jwt</artifactId> |
266 | | - <version>7.18.0.Final</version> |
| 271 | + <version>7.22.1.Final</version> |
267 | 272 | </dependency> |
268 | 273 | <dependency> |
269 | 274 | <groupId>io.serverlessworkflow</groupId> |
270 | 275 | <artifactId>serverlessworkflow-impl-jackson</artifactId> |
271 | | - <version>7.18.0.Final</version> |
| 276 | + <version>7.22.1.Final</version> |
272 | 277 | </dependency> |
273 | 278 | <dependency> |
274 | 279 | <groupId>io.serverlessworkflow</groupId> |
275 | 280 | <artifactId>serverlessworkflow-impl-jq</artifactId> |
276 | | - <version>7.18.0.Final</version> |
| 281 | + <version>7.22.1.Final</version> |
277 | 282 | </dependency> |
278 | 283 | <dependency> |
279 | 284 | <groupId>io.serverlessworkflow</groupId> |
280 | 285 | <artifactId>serverlessworkflow-impl-json</artifactId> |
281 | | - <version>7.18.0.Final</version> |
| 286 | + <version>7.22.1.Final</version> |
282 | 287 | </dependency> |
283 | 288 | <dependency> |
284 | 289 | <groupId>io.serverlessworkflow</groupId> |
285 | 290 | <artifactId>serverlessworkflow-impl-lifecycle-events</artifactId> |
286 | | - <version>7.18.0.Final</version> |
| 291 | + <version>7.22.1.Final</version> |
287 | 292 | </dependency> |
288 | 293 | <dependency> |
289 | 294 | <groupId>io.serverlessworkflow</groupId> |
290 | 295 | <artifactId>serverlessworkflow-impl-model</artifactId> |
291 | | - <version>7.18.0.Final</version> |
| 296 | + <version>7.22.1.Final</version> |
292 | 297 | </dependency> |
293 | 298 | <dependency> |
294 | 299 | <groupId>io.serverlessworkflow</groupId> |
295 | 300 | <artifactId>serverlessworkflow-impl-openapi-base</artifactId> |
296 | | - <version>7.18.0.Final</version> |
| 301 | + <version>7.22.1.Final</version> |
297 | 302 | </dependency> |
298 | 303 | <dependency> |
299 | 304 | <groupId>io.serverlessworkflow</groupId> |
300 | 305 | <artifactId>serverlessworkflow-impl-openapi</artifactId> |
301 | | - <version>7.18.0.Final</version> |
| 306 | + <version>7.22.1.Final</version> |
302 | 307 | </dependency> |
303 | 308 | <dependency> |
304 | 309 | <groupId>io.serverlessworkflow</groupId> |
305 | 310 | <artifactId>serverlessworkflow-impl-script-js</artifactId> |
306 | | - <version>7.18.0.Final</version> |
| 311 | + <version>7.22.1.Final</version> |
307 | 312 | </dependency> |
308 | 313 | <dependency> |
309 | 314 | <groupId>io.serverlessworkflow</groupId> |
310 | 315 | <artifactId>serverlessworkflow-impl-script-python</artifactId> |
311 | | - <version>7.18.0.Final</version> |
| 316 | + <version>7.22.1.Final</version> |
312 | 317 | </dependency> |
313 | 318 | <dependency> |
314 | 319 | <groupId>io.serverlessworkflow</groupId> |
315 | 320 | <artifactId>serverlessworkflow-impl-template-resolver</artifactId> |
316 | | - <version>7.18.0.Final</version> |
| 321 | + <version>7.22.1.Final</version> |
317 | 322 | </dependency> |
318 | 323 | <dependency> |
319 | 324 | <groupId>io.serverlessworkflow</groupId> |
320 | 325 | <artifactId>serverlessworkflow-impl-test</artifactId> |
321 | | - <version>7.18.0.Final</version> |
| 326 | + <version>7.22.1.Final</version> |
322 | 327 | </dependency> |
323 | 328 | <dependency> |
324 | 329 | <groupId>io.serverlessworkflow</groupId> |
325 | 330 | <artifactId>serverlessworkflow-impl-validation</artifactId> |
326 | | - <version>7.18.0.Final</version> |
| 331 | + <version>7.22.1.Final</version> |
327 | 332 | </dependency> |
328 | 333 | <dependency> |
329 | 334 | <groupId>io.serverlessworkflow</groupId> |
330 | 335 | <artifactId>serverlessworkflow-mermaid</artifactId> |
331 | | - <version>7.18.0.Final</version> |
| 336 | + <version>7.22.1.Final</version> |
332 | 337 | </dependency> |
333 | 338 | <dependency> |
334 | 339 | <groupId>io.serverlessworkflow</groupId> |
335 | 340 | <artifactId>serverlessworkflow-persistence-api</artifactId> |
336 | | - <version>7.18.0.Final</version> |
| 341 | + <version>7.22.1.Final</version> |
337 | 342 | </dependency> |
338 | 343 | <dependency> |
339 | 344 | <groupId>io.serverlessworkflow</groupId> |
340 | 345 | <artifactId>serverlessworkflow-persistence-big-map</artifactId> |
341 | | - <version>7.18.0.Final</version> |
| 346 | + <version>7.22.1.Final</version> |
342 | 347 | </dependency> |
343 | 348 | <dependency> |
344 | 349 | <groupId>io.serverlessworkflow</groupId> |
345 | 350 | <artifactId>serverlessworkflow-persistence-mvstore</artifactId> |
346 | | - <version>7.18.0.Final</version> |
| 351 | + <version>7.22.1.Final</version> |
347 | 352 | </dependency> |
348 | 353 | <dependency> |
349 | 354 | <groupId>io.serverlessworkflow</groupId> |
350 | 355 | <artifactId>serverlessworkflow-persistence-tests</artifactId> |
351 | | - <version>7.18.0.Final</version> |
| 356 | + <version>7.22.1.Final</version> |
352 | 357 | </dependency> |
353 | 358 | <dependency> |
354 | 359 | <groupId>io.serverlessworkflow</groupId> |
355 | 360 | <artifactId>serverlessworkflow-serialization</artifactId> |
356 | | - <version>7.18.0.Final</version> |
| 361 | + <version>7.22.1.Final</version> |
357 | 362 | </dependency> |
358 | 363 | <dependency> |
359 | 364 | <groupId>io.serverlessworkflow</groupId> |
360 | 365 | <artifactId>serverlessworkflow-types</artifactId> |
361 | | - <version>7.18.0.Final</version> |
| 366 | + <version>7.22.1.Final</version> |
362 | 367 | </dependency> |
363 | 368 | <dependency> |
364 | 369 | <groupId>org.jsonschema2pojo</groupId> |
|
0 commit comments