Skip to content

Commit ece4b27

Browse files
chore(main): release 1.18.3
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 4cd6aeb commit ece4b27

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-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.18.2"}
1+
{".":"1.18.3"}

CHANGELOG.md

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

3+
## [1.18.3](https://github.com/open-feature/java-sdk/compare/v1.18.2...v1.18.3) (2025-10-10)
4+
5+
6+
### 🧹 Chore
7+
8+
* **deps:** update dependency com.vmlens:api to v1.2.17 ([#1657](https://github.com/open-feature/java-sdk/issues/1657)) ([3546320](https://github.com/open-feature/java-sdk/commit/354632084a2978db17a0d7791253c9442e843c33))
9+
* **deps:** update dependency com.vmlens:api to v1.2.18 ([#1666](https://github.com/open-feature/java-sdk/issues/1666)) ([7aa3445](https://github.com/open-feature/java-sdk/commit/7aa3445802ee7a64804497b7ed2d407cd0544ce7))
10+
* **deps:** update dependency com.vmlens:vmlens-maven-plugin to v1.2.17 ([#1659](https://github.com/open-feature/java-sdk/issues/1659)) ([490eeac](https://github.com/open-feature/java-sdk/commit/490eeac9b06302359f5af0c3eb79f41562e53c5b))
11+
* **deps:** update dependency com.vmlens:vmlens-maven-plugin to v1.2.18 ([#1667](https://github.com/open-feature/java-sdk/issues/1667)) ([1a2d324](https://github.com/open-feature/java-sdk/commit/1a2d32437976651f582b33244173347938d8c3ad))
12+
* **deps:** update dependency net.bytebuddy:byte-buddy to v1.17.8 ([#1663](https://github.com/open-feature/java-sdk/issues/1663)) ([e3f2e42](https://github.com/open-feature/java-sdk/commit/e3f2e422df793044682328cb8f7835fec9607cb1))
13+
* **deps:** update dependency net.bytebuddy:byte-buddy-agent to v1.17.8 ([#1664](https://github.com/open-feature/java-sdk/issues/1664)) ([e264a7a](https://github.com/open-feature/java-sdk/commit/e264a7a600229b380ce1d63459990718a2f427e4))
14+
* **deps:** update github/codeql-action digest to 17783bf ([#1668](https://github.com/open-feature/java-sdk/issues/1668)) ([4cd6aeb](https://github.com/open-feature/java-sdk/commit/4cd6aeb21f2fe491320e1033674dd0db8ad72d5f))
15+
* **deps:** update github/codeql-action digest to 239d7b2 ([#1656](https://github.com/open-feature/java-sdk/issues/1656)) ([1266940](https://github.com/open-feature/java-sdk/commit/1266940ddb4347fe54b8ef26de85d7a88daa3815))
16+
* **deps:** update github/codeql-action digest to 2f11c17 ([#1658](https://github.com/open-feature/java-sdk/issues/1658)) ([0ab5832](https://github.com/open-feature/java-sdk/commit/0ab5832fec1df40a54c9856b3841484ace8118b4))
17+
* **deps:** update github/codeql-action digest to 5528384 ([#1654](https://github.com/open-feature/java-sdk/issues/1654)) ([ab0553b](https://github.com/open-feature/java-sdk/commit/ab0553b31c1afe3a448a58c2df231851f4453f30))
18+
* **deps:** update github/codeql-action digest to 6fd4ceb ([#1662](https://github.com/open-feature/java-sdk/issues/1662)) ([2889ca6](https://github.com/open-feature/java-sdk/commit/2889ca601ed7fe6c10d1b93a4fd2c197e9b8d516))
19+
* **deps:** update github/codeql-action digest to 8a6b62b ([#1660](https://github.com/open-feature/java-sdk/issues/1660)) ([59fa1e2](https://github.com/open-feature/java-sdk/commit/59fa1e28602ba2a485323882cfbd7872280ec683))
20+
321
## [1.18.2](https://github.com/open-feature/java-sdk/compare/v1.18.1...v1.18.2) (2025-10-06)
422

523

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.18.2">
22-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.18.2&color=blue&style=for-the-badge" />
21+
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.18.3">
22+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.18.3&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.18.2</version>
62+
<version>1.18.3</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.18.2'
87+
implementation 'dev.openfeature:sdk:1.18.3'
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.18.2</version> <!--x-release-please-version -->
8+
<version>1.18.3</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.18.2
1+
1.18.3

0 commit comments

Comments
 (0)