Hello,
Quarkus 3.30.6 has been released, and is now available from the Maven Central repository. The quickstarts and documentation have also been updated.
More information in the announcement blog post:
https://quarkus.io/blog/quarkus-3-30-6-released/.
* Major changes:
* [#51792] Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java
* BOM dependency:
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>3.30.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
* Changelog and download are available from
https://github.com/quarkusio/quarkus/releases/tag/3.30.6* Documentation:
https://quarkus.io--
The Quarkus dev team