Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Update framework-api to version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed Apr 23, 2020
1 parent 889de46 commit 3de54cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.7.4] - 2020-04-23
### Changed
- Update framework-api to version 4.3.0
- Builders field set method of Optional take argument of actual type rather than Optional of type
- Builders construct object with Optional.empty() if no value set for field

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<properties>
<common-bom.version>2.4.0</common-bom.version>
<framework-api-version>4.1.0</framework-api-version>
<framework-api-version>4.3.0</framework-api-version>
<utilities.version>1.20.2</utilities.version>
<test-utils.version>1.24.3</test-utils.version>
<generator-maven-plugin.version>2.7.2</generator-maven-plugin.version>
Expand Down

0 comments on commit 3de54cb

Please sign in to comment.