diff --git a/CHANGELOG.md b/CHANGELOG.md index 0816517e9..fbc30e7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - fj-bom version 1.7.2 -- fj-xml-to-json-version 2.0.1 +- fj-xml-to-json-version 1.2.1 - quarkus-version set to 3.19.3 across all the modules ### Fixed -- [CHORE]: [CHORE]: playground documentation not updated +- [CHORE]: playground documentation not updated - [BUG]: Error in JDK 23, does it support JDK 23? - [BUG]: compatibility build with oracle and microsoft 17 jvm +- [CHORE]: junit-jupiter-version 5.12.1 from fj-bom not compatible with quarkus 3 ## [8.12.2] - 2025-02-28 diff --git a/fj-doc-native-quarkus/pom.xml b/fj-doc-native-quarkus/pom.xml index 8ad5a805c..e9eb5215f 100644 --- a/fj-doc-native-quarkus/pom.xml +++ b/fj-doc-native-quarkus/pom.xml @@ -21,6 +21,7 @@ 3.14.0 UTF-8 io.quarkus + 5.11.3 diff --git a/pom.xml b/pom.xml index cdb318412..f70d6a9bb 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 8.6.6 ${project.version} ${fj-doc-version} - 2.0.1 + 1.2.1 1.4.6 4.0.2 @@ -37,6 +37,8 @@ 2.1.10 5.12.0 3.19.3 + 5.11.3 + ${quarkus3-junit-jupiter-compatibility-version}