Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

### Fixed

## [4.12.1] - 2026-03-16
### Fixed
- Fix CVE-2025-66614 in Java Springboot QS ([#1153](https://github.com/opendevstack/ods-quickstarters/pull/1153))


## [4.12.0] - 2026-03-02
### Changed
- Add specific quickstarter versioning to e2e-spock-geb and e2e-etl-python ([#1148](https://github.com/opendevstack/ods-quickstarters/pull/1148))
Expand Down
2 changes: 1 addition & 1 deletion be-java-springboot/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ odsQuickstarterPipeline(

stage('Build spring project') {
dir(context.targetDir) {
def springBootVersion = '4.0.0'
def springBootVersion = '4.0.3'
echo "--- create spring boot (v${springBootVersion}) project via spring initializr ---"

def springInitializrUrl = "https://start.spring.io/starter.tgz?" +
Expand Down
Loading