Skip to content

Commit ee9aa58

Browse files
committed
Release 3.4.2 (with Spring Boot 3.4.2)
Co-authored-by: Marco Geweke <[email protected]>
1 parent 670a8ec commit ee9aa58

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 3.4.2
4+
5+
* **[all]**: Update to Spring Boot 3.4.2
6+
37
## 3.4.1
48

59
* **[edison-jobs]**: Fix `/jobdefinitions` endpoint by resolving view correctly.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
// Publish artifacts to sonatype by executing the release.sh script. Don't publish packages to github.
3030
//
3131
//
32-
def edison_version = "3.4.2-SNAPSHOT"
32+
def edison_version = "3.4.2"
3333
//
3434
//
3535
//

0 commit comments

Comments
 (0)