We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670a8ec commit ee9aa58Copy full SHA for ee9aa58
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## 3.4.2
4
+
5
+* **[all]**: Update to Spring Boot 3.4.2
6
7
## 3.4.1
8
9
* **[edison-jobs]**: Fix `/jobdefinitions` endpoint by resolving view correctly.
build.gradle
@@ -29,7 +29,7 @@ plugins {
29
// Publish artifacts to sonatype by executing the release.sh script. Don't publish packages to github.
30
//
31
32
-def edison_version = "3.4.2-SNAPSHOT"
+def edison_version = "3.4.2"
33
34
35
0 commit comments