Skip to content

Commit fc50a09

Browse files
fix(goff): Bump version of chicory to fix flaky tests
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 77fcbcb commit fc50a09

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

providers/go-feature-flag/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,13 @@
7777
<dependency>
7878
<groupId>com.dylibso.chicory</groupId>
7979
<artifactId>runtime</artifactId>
80-
<version>1.2.1</version>
81-
</dependency>
82-
83-
<dependency>
84-
<groupId>com.dylibso.chicory</groupId>
85-
<artifactId>wasm</artifactId>
86-
<version>1.2.1</version>
80+
<version>1.4.0</version>
8781
</dependency>
8882

8983
<dependency>
9084
<groupId>com.dylibso.chicory</groupId>
9185
<artifactId>wasi</artifactId>
92-
<version>1.2.1</version>
86+
<version>1.4.0</version>
9387
</dependency>
9488

9589
<dependency>

0 commit comments

Comments
 (0)