Skip to content

Commit 5576b1f

Browse files
committed
fix: set max SDK version in v0 parent
Signed-off-by: Todd Baert <[email protected]>
1 parent 1ee4c5e commit 5576b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<groupId>dev.openfeature</groupId>
100100
<artifactId>sdk</artifactId>
101101
<!-- 1.14.1 <= v < 2.0 (excluding 2.0 pre-releases)-->
102-
<version>[1.14.1,1.99999)</version>
102+
<version>[1.14.1,1.16.0)</version>
103103
<!-- use the version provided at runtime -->
104104
<scope>provided</scope>
105105
</dependency>

0 commit comments

Comments
 (0)