Skip to content

Commit 945fd8c

Browse files
chore(main): release 1.19.1
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 01c491c commit 945fd8c

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.19.0"}
1+
{".":"1.19.1"}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.19.1](https://github.com/open-feature/java-sdk/compare/v1.19.0...v1.19.1) (2025-11-30)
4+
5+
6+
### 🧹 Chore
7+
8+
* **deps:** update dependency com.puppycrawl.tools:checkstyle to v12.2.0 ([#1757](https://github.com/open-feature/java-sdk/issues/1757)) ([01c491c](https://github.com/open-feature/java-sdk/commit/01c491c667b314fb89bad6c6c845ff70a2e2a3cb))
9+
* **deps:** update dependency org.apache.maven.plugins:maven-source-plugin to v3.4.0 ([#1755](https://github.com/open-feature/java-sdk/issues/1755)) ([595a0db](https://github.com/open-feature/java-sdk/commit/595a0db8509eef87330b45f2615aca39a5bce3be))
10+
* **deps:** update github/codeql-action digest to c178e03 ([#1751](https://github.com/open-feature/java-sdk/issues/1751)) ([4e24bab](https://github.com/open-feature/java-sdk/commit/4e24babb7c70f23e1115100e2cc98e8b5f5837b0))
11+
* **deps:** update github/codeql-action digest to ecec1f8 ([#1753](https://github.com/open-feature/java-sdk/issues/1753)) ([2a63632](https://github.com/open-feature/java-sdk/commit/2a636325ee5f5472f1bbd3a2d05d367f424df327))
12+
313
## [1.19.0](https://github.com/open-feature/java-sdk/compare/v1.18.2...v1.19.0) (2025-11-27)
414

515

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</a>
1919
<!-- x-release-please-start-version -->
2020

21-
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.19.0">
22-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.19.0&color=blue&style=for-the-badge" />
21+
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.19.1">
22+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.19.1&color=blue&style=for-the-badge" />
2323
</a>
2424

2525
<!-- x-release-please-end -->
@@ -59,7 +59,7 @@ Note that this library is intended to be used in server-side contexts and has no
5959
<dependency>
6060
<groupId>dev.openfeature</groupId>
6161
<artifactId>sdk</artifactId>
62-
<version>1.19.0</version>
62+
<version>1.19.1</version>
6363
</dependency>
6464
```
6565
<!-- x-release-please-end-version -->
@@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information:
8484
<!-- x-release-please-start-version -->
8585
```groovy
8686
dependencies {
87-
implementation 'dev.openfeature:sdk:1.19.0'
87+
implementation 'dev.openfeature:sdk:1.19.1'
8888
}
8989
```
9090
<!-- x-release-please-end-version -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>dev.openfeature</groupId>
77
<artifactId>sdk</artifactId>
8-
<version>1.19.0</version> <!--x-release-please-version -->
8+
<version>1.19.1</version> <!--x-release-please-version -->
99

1010
<properties>
1111
<toolchain.jdk.version>[17,)</toolchain.jdk.version>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.0
1+
1.19.1

0 commit comments

Comments
 (0)