Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 07cd806

Browse files
release version 3.0.3
Co-authored-by: Nico Barton <[email protected]> Co-authored-by: Thimo Tollmien <[email protected]>
1 parent f06a669 commit 07cd806

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Release 3.0.3
2+
* Update to Spring Boot 3.4.2 and gradle 8.12.1 and other dependencies accordingly
3+
14
## Release 3.0.2
25
* Fix broken link to home page after extracting navigation bar to Thymeleaf fragment in v3.0.1
36

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222

2323
group = "de.otto.edison"
2424
base.archivesName.set("edison-jobtrigger")
25-
version = "3.0.3-SNAPSHOT"
25+
version = "3.0.3"
2626

2727
configurations.all {
2828
exclude(group = "org.slf4j", module = "slf4j-log4j12")

0 commit comments

Comments
 (0)