Skip to content

Commit e677c72

Browse files
prepare release
1 parent 7892e4a commit e677c72

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.2.1 (October 6, 2025)
2+
- Updated dependencies to fix vulnerabilities.
3+
14
1.2.0 (September 3, 2025)
25
- Updated `io.split.client` dependency to 4.16.1
36
- Updated `dev.openfeature` dependency to 1.17.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This SDK is compatible with Java 11 and higher.
1313
<dependency>
1414
<groupId>io.split.openfeature</groupId>
1515
<artifactId>split-openfeature-provider</artifactId>
16-
<version>1.2.0</version>
16+
<version>1.2.1</version>
1717
</dependency>
1818
```
1919
### Configure it

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.split.openfeature</groupId>
88
<artifactId>split-openfeature-provider</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.2.1</version>
1010
<name>split-openfeature-provider-java</name>
1111
<description>Split OpenFeature Java Provider</description>
1212
<url>www.split.io</url>

0 commit comments

Comments
 (0)