Skip to content

Commit

Permalink
fj-bom parent set to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Dec 22, 2023
1 parent 1201807 commit 388779c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [playground-quarkus] quarkus-version set to 3.6.4
- Added java 21 to github action workflow for compatibility check
- fj-bom version set to 1.5.1
- fj-core version set to 8.4.6
- fj-bom parent set to 1.5.2
- fj-bom parent set to 1.5.1, [fix lombok-maven-plugin compatibility with java 21](https://github.com/fugerit-org/fj-bom/blob/main/CHANGELOG.md#151---2023-12-22)

## [3.2.4] - 2023-12-07

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-bom</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<relativePath></relativePath>
</parent>

Expand All @@ -25,7 +25,7 @@
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
<maven.compiler.release>${java-version-compliance}</maven.compiler.release>
<!-- fj java versions -->
<fj-version>8.4.5</fj-version>
<fj-version>8.4.6</fj-version>
<fj-doc-version>${project.version}</fj-doc-version>
<fj-xml-to-json-version>0.1.1</fj-xml-to-json-version>
<!-- other dependencies -->
Expand Down

0 comments on commit 388779c

Please sign in to comment.