From 21ac734d8da2b45a19d52f3f31ec85a48736d91b Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Wed, 9 Oct 2024 11:36:03 +0200 Subject: [PATCH 1/3] update to 3.3.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 85b04c71..be8aa80a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.4 + 3.3.4 From 64d6bd9f8ed40131c1a6a39f87ff4e2bedd4f464 Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Wed, 9 Oct 2024 11:40:55 +0200 Subject: [PATCH 2/3] Update lombock --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be8aa80a..5f287887 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ 2.0.7 - 1.4.14 + 1.5.8 2.13.1 From 61d07c7193e6703718fc9bc7cc23e459eebed1e9 Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Wed, 9 Oct 2024 11:48:22 +0200 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19aa760d..8263c7b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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