Skip to content

Commit 4fd870a

Browse files
github-actions[bot]vahidlazio
authored andcommitted
add release please version in the sdk-java
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> add release please version to the pr
1 parent 355e063 commit 4fd870a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

sdk-java/pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,18 @@
6666
</developers>
6767

6868
<dependencies>
69+
<!-- x-release-please-start-version -->
6970
<dependency>
7071
<groupId>com.spotify.confidence</groupId>
7172
<artifactId>openfeature-provider-shared</artifactId>
72-
<version>0.1.10</version>
73+
<version>0.1.11-SNAPSHOT</version>
7374
</dependency>
74-
<dependency>
75-
<groupId>com.spotify.confidence</groupId>
76-
<artifactId>confidence-proto</artifactId>
77-
<version>0.1.10</version>
78-
</dependency>
75+
<dependency>
76+
<groupId>com.spotify.confidence</groupId>
77+
<artifactId>confidence-proto</artifactId>
78+
<version>0.1.11-SNAPSHOT</version>
79+
</dependency>
80+
<!---x-release-please-end-->
7981
<dependency>
8082
<groupId>dev.failsafe</groupId>
8183
<artifactId>failsafe</artifactId>

0 commit comments

Comments
 (0)