We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a5550d + 832e104 commit ae88bccCopy full SHA for ae88bcc
1 file changed
java-wasm/pom.xml
@@ -15,7 +15,7 @@
15
<maven.compiler.source>11</maven.compiler.source>
16
<maven.compiler.target>11</maven.compiler.target>
17
18
- <chicory.version>1.1.1</chicory.version>
+ <chicory.version>1.2.0</chicory.version>
19
<junit.version>5.12.1</junit.version>
20
</properties>
21
@@ -52,7 +52,7 @@
52
<plugin>
53
<groupId>org.apache.maven.plugins</groupId>
54
<artifactId>maven-surefire-plugin</artifactId>
55
- <version>3.5.2</version>
+ <version>3.5.3</version>
56
</plugin>
57
58
<groupId>org.codehaus.mojo</groupId>
0 commit comments