Skip to content

Commit

Permalink
Updated pom.xml
Browse files Browse the repository at this point in the history
- Updated pom in preparation of release.
  • Loading branch information
marcus-talbot42 committed May 9, 2023
1 parent a973920 commit af3b15d
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 @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

### Updated

- Upgraded BeanMapper-Spring (5.0.1)

## [5.0.0] - 2023-02-23
- Upgrade to JDK 17 and Spring Boot 3

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<maven.compiler.target>17</maven.compiler.target>

<spring.boot.version>3.0.2</spring.boot.version>
<beanmapper.spring.version>5.0.0</beanmapper.spring.version>
<beanmapper.spring.version>5.0.1</beanmapper.spring.version>
<maven.release.plugin.version>2.5.3</maven.release.plugin.version>
<maven.scm.provider.gitexe.version>1.13.0</maven.scm.provider.gitexe.version>
</properties>
Expand Down

0 comments on commit af3b15d

Please sign in to comment.