Skip to content

Commit 038b307

Browse files
author
Jörn Franke
committed
feat: bouncycastle 1.83
1 parent 386e001 commit 038b307

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
## Unreleased
8-
* Backend: Update to [Spring Boot 4.0.1](https://spring.io/blog/2025/12/18/spring-boot-4-0-1-available-now), Hibernate 7.2.0.Final, Spring Modulith 2.0.1, Gradle Plugin: CycloneDX 3.1.0
8+
* Backend: Update to [Spring Boot 4.0.1](https://spring.io/blog/2025/12/18/spring-boot-4-0-1-available-now), Hibernate 7.2.0.Final, Spring Modulith 2.0.1, BouncyCastle 1.83, Gradle Plugin: CycloneDX 3.1.0
99
* Frontend: Add [linter based on eslint](https://angular.dev/cli/lint)
1010
* Frontend: Use [inject() instead of constructor injector](https://angular.dev/reference/migrations/inject-function)
1111

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext {
3232
set('ehcacheVersion','3.11.1')
3333
set('hibernateVersion','7.2.0.Final')
3434
set('disruptorVersion','4.0.0')
35-
set('bcVersion','1.82')
35+
set('bcVersion','1.83')
3636
set('owaspSanitizerVersion','20240325.1')
3737
}
3838

0 commit comments

Comments
 (0)