We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d7649 commit 9ecf29bCopy full SHA for 9ecf29b
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- fj-version set to 8.7.0
13
14
## [1.1.0] - 2024-11-05
15
16
### Added
pom.xml
@@ -32,7 +32,7 @@
32
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
33
<maven.compiler.release>${java-version-compliance}</maven.compiler.release>
34
<!-- libraries versions -->
35
- <fj-version>8.6.9</fj-version>
+ <fj-version>8.7.0</fj-version>
36
</properties>
37
38
<licenses>
0 commit comments