Skip to content

Commit

Permalink
Update Springboot to version 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Feb 28, 2024
1 parent 788e099 commit 28fd5fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.3.0-RC1
### Added
- Update Springboot to version 3.2.3

## fixed

## 0.2.7
### Added
- new timeToLive field added to Endpoints
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version> <!-- need to be repeated in properties section for technical purposes -->
<version>3.2.3</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 @@ -65,7 +65,7 @@

<!-- version properties -->
<!-- framework and base stuff -->
<spring.boot.version>3.2.2</spring.boot.version>
<spring.boot.version>3.2.3</spring.boot.version>
<lombok.version>1.18.24</lombok.version>
<openapi-starter-webmvc-ui.version>2.0.2</openapi-starter-webmvc-ui.version>
<swagger-annotations.version>1.5.20</swagger-annotations.version>
Expand Down

0 comments on commit 28fd5fd

Please sign in to comment.