We released Quarkus 3.21.2, the second maintenance release for our 3.21 release train. Noticeable changes JUnit update We had to update JUnit from 5.10 to 5.12 to solve an alignment issue with Mockito. JUnit 5.11 comes with several changes to how hierarchies of tests are handled so you might have to adjust your tests accordingly. Update To update to Quarkus 3.21, we recommend updating to the latest version of the Quarkus CLI and run: quarkus update Note that quarkus update can update your app...