Skip to content

Commit

Permalink
Merge pull request #469 from bci-oss/bugfix/securityfix-spring
Browse files Browse the repository at this point in the history
Bugfix/securityfix spring
  • Loading branch information
tunacicek authored Oct 9, 2024
2 parents 9c5e0a6 + 61d07c7 commit 8edb9ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.6.0-RC1
### Added

## fixed
- Update Spring Boot to version 3.3.4
- Update logback to version 1.5.8

## 0.5.0
### Added
- AWS Cognito support for authentication
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.4</version> <!-- need to be repeated in properties section for technical purposes -->
<version>3.3.4</version> <!-- need to be repeated in properties section for technical purposes -->
<relativePath/> <!-- lookup parent from repository and not the filesystem -->
</parent>

Expand Down Expand Up @@ -82,7 +82,7 @@

<!-- logging -->
<slf4j.version>2.0.7</slf4j.version>
<logback.version>1.4.14</logback.version>
<logback.version>1.5.8</logback.version>

<!-- json, xml, formats, ... -->
<jackson.version>2.13.1</jackson.version>
Expand Down

0 comments on commit 8edb9ef

Please sign in to comment.