|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>3.5.10</version> |
| 9 | + <version>3.5.14</version> |
10 | 10 | <relativePath/> |
11 | 11 | <!-- lookup parent from repository --> |
12 | 12 | </parent> |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>com.auth0</groupId> |
108 | 108 | <artifactId>java-jwt</artifactId> |
109 | | - <version>4.5.0</version> |
| 109 | + <version>4.5.2</version> |
110 | 110 | </dependency> |
111 | 111 | <dependency> |
112 | 112 | <groupId>org.springframework.boot</groupId> |
|
115 | 115 | <dependency> |
116 | 116 | <groupId>org.springdoc</groupId> |
117 | 117 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
118 | | - <version>2.8.15</version> |
| 118 | + <version>2.8.17</version> |
119 | 119 | </dependency> |
120 | 120 | <dependency> |
121 | 121 | <groupId>org.liquibase</groupId> |
|
159 | 159 | <dependency> |
160 | 160 | <groupId>org.codehaus.plexus</groupId> |
161 | 161 | <artifactId>plexus-utils</artifactId> |
162 | | - <version>3.6.0</version> |
| 162 | + <version>3.6.1</version> |
163 | 163 | </dependency> |
164 | 164 | <dependency> |
165 | 165 | <groupId>org.postgresql</groupId> |
166 | 166 | <artifactId>postgresql</artifactId> |
167 | | - <version>42.7.9</version> |
| 167 | + <version>42.7.11</version> |
168 | 168 | <scope>runtime</scope> |
169 | 169 | </dependency> |
170 | 170 | <dependency> |
|
235 | 235 | <dependency> |
236 | 236 | <groupId>com.tngtech.archunit</groupId> |
237 | 237 | <artifactId>archunit-junit5</artifactId> |
238 | | - <version>1.4.1</version> |
| 238 | + <version>1.4.2</version> |
239 | 239 | <scope>test</scope> |
240 | 240 | </dependency> |
241 | 241 |
|
|
247 | 247 | <dependency> |
248 | 248 | <groupId>io.hypersistence</groupId> |
249 | 249 | <artifactId>hypersistence-utils-hibernate-63</artifactId> |
250 | | - <version>3.14.1</version> |
| 250 | + <version>3.15.2</version> |
251 | 251 | </dependency> |
252 | 252 | <dependency> |
253 | 253 | <groupId>io.nats</groupId> |
254 | 254 | <artifactId>jnats</artifactId> |
255 | | - <version>2.25.1</version> |
| 255 | + <version>2.25.2</version> |
256 | 256 | </dependency> |
257 | 257 | <!-- Docker Java SDK for sandbox container management --> |
258 | 258 | <dependency> |
259 | 259 | <groupId>com.github.docker-java</groupId> |
260 | 260 | <artifactId>docker-java-api</artifactId> |
261 | | - <version>3.7.0</version> |
| 261 | + <version>3.7.1</version> |
262 | 262 | </dependency> |
263 | 263 | <dependency> |
264 | 264 | <groupId>com.github.docker-java</groupId> |
265 | 265 | <artifactId>docker-java-core</artifactId> |
266 | | - <version>3.7.0</version> |
| 266 | + <version>3.7.1</version> |
267 | 267 | </dependency> |
268 | 268 | <dependency> |
269 | 269 | <groupId>com.github.docker-java</groupId> |
270 | 270 | <artifactId>docker-java-transport-httpclient5</artifactId> |
271 | | - <version>3.7.0</version> |
| 271 | + <version>3.7.1</version> |
272 | 272 | </dependency> |
273 | 273 | <dependency> |
274 | 274 | <groupId>com.slack.api</groupId> |
275 | 275 | <artifactId>bolt</artifactId> |
276 | | - <version>1.46.0</version> |
| 276 | + <version>1.48.1</version> |
277 | 277 | </dependency> |
278 | 278 | <dependency> |
279 | 279 | <groupId>org.openapitools</groupId> |
280 | 280 | <artifactId>openapi-generator-maven-plugin</artifactId> |
281 | | - <version>7.19.0</version> |
| 281 | + <version>7.22.0</version> |
282 | 282 | <exclusions> |
283 | 283 | <exclusion> |
284 | 284 | <groupId>com.github.jknack</groupId> |
|
301 | 301 | <dependency> |
302 | 302 | <groupId>org.openapitools</groupId> |
303 | 303 | <artifactId>openapi-generator</artifactId> |
304 | | - <version>7.19.0</version> |
| 304 | + <version>7.22.0</version> |
305 | 305 | <exclusions> |
306 | 306 | <exclusion> |
307 | 307 | <groupId>org.slf4j</groupId> |
|
357 | 357 | <dependency> |
358 | 358 | <groupId>org.openapitools</groupId> |
359 | 359 | <artifactId>jackson-databind-nullable</artifactId> |
360 | | - <version>0.2.8</version> |
| 360 | + <version>0.2.10</version> |
361 | 361 | </dependency> |
362 | 362 | <dependency> |
363 | 363 | <groupId>org.glassfish.jersey.core</groupId> |
|
370 | 370 | <dependency> |
371 | 371 | <groupId>org.keycloak</groupId> |
372 | 372 | <artifactId>keycloak-admin-client</artifactId> |
373 | | - <version>26.0.8</version> |
| 373 | + <version>26.0.9</version> |
374 | 374 | </dependency> |
375 | 375 | <dependency> |
376 | 376 | <groupId>io.sentry</groupId> |
377 | 377 | <artifactId>sentry-spring-boot-starter-jakarta</artifactId> |
378 | | - <version>8.29.0</version> |
| 378 | + <version>8.40.0</version> |
379 | 379 | </dependency> |
380 | 380 | <dependency> |
381 | 381 | <groupId>com.langfuse</groupId> |
382 | 382 | <artifactId>langfuse-java</artifactId> |
383 | | - <version>0.0.6</version> |
| 383 | + <version>0.2.0</version> |
384 | 384 | </dependency> |
385 | 385 | <!-- Spring GraphQL Client for GitHub GraphQL API --> |
386 | 386 | <dependency> |
|
397 | 397 | <dependency> |
398 | 398 | <groupId>io.github.resilience4j</groupId> |
399 | 399 | <artifactId>resilience4j-spring-boot3</artifactId> |
400 | | - <version>2.3.0</version> |
| 400 | + <version>2.4.0</version> |
401 | 401 | </dependency> |
402 | 402 | <!-- Resilience4j Micrometer integration for circuit breaker metrics --> |
403 | 403 | <dependency> |
404 | 404 | <groupId>io.github.resilience4j</groupId> |
405 | 405 | <artifactId>resilience4j-micrometer</artifactId> |
406 | | - <version>2.3.0</version> |
| 406 | + <version>2.4.0</version> |
407 | 407 | </dependency> |
408 | 408 | <dependency> |
409 | 409 | <groupId>org.springframework.boot</groupId> |
|
424 | 424 | <dependency> |
425 | 425 | <groupId>org.eclipse.jgit</groupId> |
426 | 426 | <artifactId>org.eclipse.jgit</artifactId> |
427 | | - <version>7.5.0.202512021534-r</version> |
| 427 | + <version>7.6.0.202603022253-r</version> |
428 | 428 | </dependency> |
429 | 429 | </dependencies> |
430 | 430 | <dependencyManagement> |
431 | 431 | <dependencies> |
432 | 432 | <dependency> |
433 | 433 | <groupId>org.springframework.modulith</groupId> |
434 | 434 | <artifactId>spring-modulith-bom</artifactId> |
435 | | - <version>1.4.7</version> |
| 435 | + <version>1.4.11</version> |
436 | 436 | <scope>import</scope> |
437 | 437 | <type>pom</type> |
438 | 438 | </dependency> |
|
983 | 983 | <dependency> |
984 | 984 | <groupId>org.springframework.boot</groupId> |
985 | 985 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
986 | | - <version>3.5.10</version> |
| 986 | + <version>3.5.14</version> |
987 | 987 | </dependency> |
988 | 988 | <dependency> |
989 | 989 | <groupId>jakarta.validation</groupId> |
|
0 commit comments