Skip to content

Commit 54bd48d

Browse files
authored
fix: exclude incompatible sdk version (#1508)
Signed-off-by: Todd Baert <[email protected]>
1 parent 537c660 commit 54bd48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
<!-- this can be overriden in child POMs to support specific SDK requirements -->
9999
<groupId>dev.openfeature</groupId>
100100
<artifactId>sdk</artifactId>
101-
<!-- 1.14.1 <= v < 2.0 (excluding 2.0 pre-releases)-->
102-
<version>[1.14.1,1.99999)</version>
101+
<!-- 1.14.1 <= v < 1.16 -->
102+
<version>[1.14.1,1.16)</version>
103103
<!-- use the version provided at runtime -->
104104
<scope>provided</scope>
105105
</dependency>

0 commit comments

Comments
 (0)