diff --git a/CHANGELOG.md b/CHANGELOG.md index 518e5f02..1429cc50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## 3.4.2 + +* **[all]**: Update to Spring Boot 3.4.2 + ## 3.4.1 * **[edison-jobs]**: Fix `/jobdefinitions` endpoint by resolving view correctly. diff --git a/build.gradle b/build.gradle index 63da2adf..f472cec9 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ plugins { // Publish artifacts to sonatype by executing the release.sh script. Don't publish packages to github. // // -def edison_version = "3.4.2-SNAPSHOT" +def edison_version = "3.4.2" // // //