Skip to content

Commit 738d815

Browse files
author
Jörn Franke
committed
Update Spring Boot 3.5.6, Spring Modulith 1.4.3, BouncyCastle 1.82, Hibernate 7.1.1.Final, ehcache 3.11.1, Gradle Plugins: CycloneDX 2.4.1
1 parent ec9ed62 commit 738d815

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99
* Backend: Updater to [JDK 25 LTS](https://openjdk.org/projects/jdk/25/)
10-
* Backend: Update to [Gradle 9.1.0](https://docs.gradle.org/9.1.0/release-notes.html).
10+
* Backend: Update to [Gradle 9.1.0](https://docs.gradle.org/9.1.0/release-notes.html)
11+
* Backend: Update Spring Boot 3.5.6, Spring Modulith 1.4.3, BouncyCastle 1.82, Hibernate 7.1.1.Final, ehcache 3.11.1, Gradle Plugins: CycloneDX 2.4.1
1112

1213
## [0.0.10] - 2025-08-18
1314
* Backend: Update to [Gradle 9.0.0](https://docs.gradle.org/9.0.0/release-notes.html). Also enabling the new [configuration cache feature](https://docs.gradle.org/current/userguide/configuration_cache.html)

backend/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ plugins {
22
id 'java'
33
id 'jacoco'
44
id 'maven-publish'
5-
id 'org.springframework.boot' version '3.5.4'
5+
id 'org.springframework.boot' version '3.5.6'
66
id 'io.spring.dependency-management' version '1.1.7'
77
id 'com.github.ben-manes.versions' version '0.52.0'
88
id 'com.diffplug.spotless' version '7.2.1'
9-
id 'org.cyclonedx.bom' version '2.3.1'
9+
id 'org.cyclonedx.bom' version '2.4.1'
1010
}
1111

1212
group = 'eu.zuinnote.example.springangular'
@@ -30,12 +30,12 @@ repositories {
3030
}
3131

3232
ext {
33-
set('springModulithVersion', "1.4.2")
33+
set('springModulithVersion', "1.4.3")
3434
set('h2Version','2.3.232')
35-
set('ehcacheVersion','3.10.8')
36-
set('hibernateVersion','7.1.0.Final')
35+
set('ehcacheVersion','3.11.1')
36+
set('hibernateVersion','7.1.1.Final')
3737
set('disruptorVersion','4.0.0')
38-
set('bcVersion','1.81')
38+
set('bcVersion','1.82')
3939
set('owaspSanitizerVersion','20240325.1')
4040
}
4141

0 commit comments

Comments
 (0)