Skip to content

Commit a251ccf

Browse files
chore(deps): update java dependencies
1 parent f31f0e7 commit a251ccf

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

server/application-server/pom.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.10</version>
9+
<version>3.5.14</version>
1010
<relativePath/>
1111
<!-- lookup parent from repository -->
1212
</parent>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>com.auth0</groupId>
108108
<artifactId>java-jwt</artifactId>
109-
<version>4.5.0</version>
109+
<version>4.5.2</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.springframework.boot</groupId>
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>org.springdoc</groupId>
117117
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
118-
<version>2.8.15</version>
118+
<version>2.8.17</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.liquibase</groupId>
@@ -159,12 +159,12 @@
159159
<dependency>
160160
<groupId>org.codehaus.plexus</groupId>
161161
<artifactId>plexus-utils</artifactId>
162-
<version>3.6.0</version>
162+
<version>3.6.1</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.postgresql</groupId>
166166
<artifactId>postgresql</artifactId>
167-
<version>42.7.9</version>
167+
<version>42.7.11</version>
168168
<scope>runtime</scope>
169169
</dependency>
170170
<dependency>
@@ -235,7 +235,7 @@
235235
<dependency>
236236
<groupId>com.tngtech.archunit</groupId>
237237
<artifactId>archunit-junit5</artifactId>
238-
<version>1.4.1</version>
238+
<version>1.4.2</version>
239239
<scope>test</scope>
240240
</dependency>
241241

@@ -247,38 +247,38 @@
247247
<dependency>
248248
<groupId>io.hypersistence</groupId>
249249
<artifactId>hypersistence-utils-hibernate-63</artifactId>
250-
<version>3.14.1</version>
250+
<version>3.15.2</version>
251251
</dependency>
252252
<dependency>
253253
<groupId>io.nats</groupId>
254254
<artifactId>jnats</artifactId>
255-
<version>2.25.1</version>
255+
<version>2.25.2</version>
256256
</dependency>
257257
<!-- Docker Java SDK for sandbox container management -->
258258
<dependency>
259259
<groupId>com.github.docker-java</groupId>
260260
<artifactId>docker-java-api</artifactId>
261-
<version>3.7.0</version>
261+
<version>3.7.1</version>
262262
</dependency>
263263
<dependency>
264264
<groupId>com.github.docker-java</groupId>
265265
<artifactId>docker-java-core</artifactId>
266-
<version>3.7.0</version>
266+
<version>3.7.1</version>
267267
</dependency>
268268
<dependency>
269269
<groupId>com.github.docker-java</groupId>
270270
<artifactId>docker-java-transport-httpclient5</artifactId>
271-
<version>3.7.0</version>
271+
<version>3.7.1</version>
272272
</dependency>
273273
<dependency>
274274
<groupId>com.slack.api</groupId>
275275
<artifactId>bolt</artifactId>
276-
<version>1.46.0</version>
276+
<version>1.48.1</version>
277277
</dependency>
278278
<dependency>
279279
<groupId>org.openapitools</groupId>
280280
<artifactId>openapi-generator-maven-plugin</artifactId>
281-
<version>7.19.0</version>
281+
<version>7.22.0</version>
282282
<exclusions>
283283
<exclusion>
284284
<groupId>com.github.jknack</groupId>
@@ -301,7 +301,7 @@
301301
<dependency>
302302
<groupId>org.openapitools</groupId>
303303
<artifactId>openapi-generator</artifactId>
304-
<version>7.19.0</version>
304+
<version>7.22.0</version>
305305
<exclusions>
306306
<exclusion>
307307
<groupId>org.slf4j</groupId>
@@ -357,7 +357,7 @@
357357
<dependency>
358358
<groupId>org.openapitools</groupId>
359359
<artifactId>jackson-databind-nullable</artifactId>
360-
<version>0.2.8</version>
360+
<version>0.2.10</version>
361361
</dependency>
362362
<dependency>
363363
<groupId>org.glassfish.jersey.core</groupId>
@@ -370,17 +370,17 @@
370370
<dependency>
371371
<groupId>org.keycloak</groupId>
372372
<artifactId>keycloak-admin-client</artifactId>
373-
<version>26.0.8</version>
373+
<version>26.0.9</version>
374374
</dependency>
375375
<dependency>
376376
<groupId>io.sentry</groupId>
377377
<artifactId>sentry-spring-boot-starter-jakarta</artifactId>
378-
<version>8.29.0</version>
378+
<version>8.40.0</version>
379379
</dependency>
380380
<dependency>
381381
<groupId>com.langfuse</groupId>
382382
<artifactId>langfuse-java</artifactId>
383-
<version>0.0.6</version>
383+
<version>0.2.0</version>
384384
</dependency>
385385
<!-- Spring GraphQL Client for GitHub GraphQL API -->
386386
<dependency>
@@ -397,13 +397,13 @@
397397
<dependency>
398398
<groupId>io.github.resilience4j</groupId>
399399
<artifactId>resilience4j-spring-boot3</artifactId>
400-
<version>2.3.0</version>
400+
<version>2.4.0</version>
401401
</dependency>
402402
<!-- Resilience4j Micrometer integration for circuit breaker metrics -->
403403
<dependency>
404404
<groupId>io.github.resilience4j</groupId>
405405
<artifactId>resilience4j-micrometer</artifactId>
406-
<version>2.3.0</version>
406+
<version>2.4.0</version>
407407
</dependency>
408408
<dependency>
409409
<groupId>org.springframework.boot</groupId>
@@ -424,15 +424,15 @@
424424
<dependency>
425425
<groupId>org.eclipse.jgit</groupId>
426426
<artifactId>org.eclipse.jgit</artifactId>
427-
<version>7.5.0.202512021534-r</version>
427+
<version>7.6.0.202603022253-r</version>
428428
</dependency>
429429
</dependencies>
430430
<dependencyManagement>
431431
<dependencies>
432432
<dependency>
433433
<groupId>org.springframework.modulith</groupId>
434434
<artifactId>spring-modulith-bom</artifactId>
435-
<version>1.4.7</version>
435+
<version>1.4.11</version>
436436
<scope>import</scope>
437437
<type>pom</type>
438438
</dependency>
@@ -983,7 +983,7 @@
983983
<dependency>
984984
<groupId>org.springframework.boot</groupId>
985985
<artifactId>spring-boot-starter-data-jpa</artifactId>
986-
<version>3.5.10</version>
986+
<version>3.5.14</version>
987987
</dependency>
988988
<dependency>
989989
<groupId>jakarta.validation</groupId>

0 commit comments

Comments
 (0)