Skip to content

Commit

Permalink
Upgrading spring framework to 2.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaJugon committed Apr 24, 2023
1 parent 3b0caa2 commit 6c73fb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.0.5] - 2023-04-24
### Changed
* Upgrade `Springboot` version from `2.4.13` to `2.7.10`.

## [0.0.4] - 2023-04-13
### Changed
* Upgrade `Springboot` version from `2.3.3.RELEASE` to `2.4.13`.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<awaitility.version>3.1.6</awaitility.version>
<junit.jupiter.version>5.6.0</junit.jupiter.version>
<mockito.version>3.12.4</mockito.version>
<springframework.boot.version>2.6.14</springframework.boot.version>
<springframework.boot.version>2.7.10</springframework.boot.version>
<springframework.version>5.3.25</springframework.version>
<logback.version>1.2.3</logback.version>
<maven.shade.plugin.version>3.2.4</maven.shade.plugin.version>
Expand Down

0 comments on commit 6c73fb1

Please sign in to comment.