Hello,
We released Quarkus 3.25.1 and 3.25.2 in a row to fix some regressions and various issues.
More information in the announcement blog posts:
* BOM dependency:
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>3.25.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
* Changelog and download are available from
https://github.com/quarkusio/quarkus/releases/tag/3.25.2* Documentation:
https://quarkus.io--
The Quarkus dev team