Skip to content

Commit

Permalink
chore: xxx update springboot to 3.2.8 from 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-lcapellino committed Jul 22, 2024
1 parent f6aa5c8 commit 4b520eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha
## [UNRELEASED - DD.MM.YYYY]
### Changed
- #1070 Convert png to svg according to TRG 1.04 - Diagrams as code / Editable static files
- #xxx update springboot to 3.2.8 from 3.2.5

## [13.0.0 - 19.07.2024]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SPDX-License-Identifier: Apache-2.0
</modules>

<properties>
<springboot.version>3.2.5</springboot.version>
<springboot.version>3.2.8</springboot.version>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down

0 comments on commit 4b520eb

Please sign in to comment.