Hello,
Quarkus 3.26.1, 3.20.2.2, and 3.15.6.2 have been released, and are now available from the Maven Central repository. The quickstarts and documentation have also been updated.
These versions update Vert.x to 4.5.20 to fix an important regression introduced in Vert.x 4.5.18.
More information in the announcement blog post:
https://quarkus.io/blog/quarkus-3-26-1-released/.
* BOM dependency:
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>3.26.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
* Changelog and download are available from
https://github.com/quarkusio/quarkus/releases/tag/3.26.1* Documentation:
https://quarkus.io--
The Quarkus dev team