|
@@ -14,14 +14,11 @@
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
|
|
|
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
|
|
|
- <quarkus.platform.version>3.2.0.Final</quarkus.platform.version>
|
|
|
+ <quarkus.platform.version>3.9.4</quarkus.platform.version>
|
|
|
<skipITs>true</skipITs>
|
|
|
<surefire-plugin.version>3.0.0</surefire-plugin.version>
|
|
|
- <netty.io_uring.version>0.0.21.Final</netty.io_uring.version>
|
|
|
- <vertx.version>4.4.4</vertx.version>
|
|
|
+ <netty.io_uring.version>0.0.25.Final</netty.io_uring.version>
|
|
|
<rocker.version>1.3.0</rocker.version>
|
|
|
- <hibernate-orm.version>6.2.6.Final</hibernate-orm.version>
|
|
|
- <hibernate-reactive.version>2.0.2.Final</hibernate-reactive.version>
|
|
|
</properties>
|
|
|
|
|
|
<modules>
|
|
@@ -42,17 +39,10 @@
|
|
|
<dependency>
|
|
|
<groupId>org.hibernate.orm</groupId>
|
|
|
<artifactId>hibernate-core</artifactId>
|
|
|
- <version>${hibernate-orm.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.hibernate.reactive</groupId>
|
|
|
<artifactId>hibernate-reactive-core</artifactId>
|
|
|
- <version>${hibernate-reactive.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>io.vertx</groupId>
|
|
|
- <artifactId>vertx-core</artifactId>
|
|
|
- <version>${vertx.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>${quarkus.platform.group-id}</groupId>
|
|
@@ -151,7 +141,6 @@
|
|
|
<dependency>
|
|
|
<groupId>io.vertx</groupId>
|
|
|
<artifactId>vertx-io_uring-incubator</artifactId>
|
|
|
- <version>${vertx.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.netty.incubator</groupId>
|