We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ee9b1b + edd4212 commit 80c2e37Copy full SHA for 80c2e37
1 file changed
java-wasm/pom.xml
@@ -16,7 +16,7 @@
16
<maven.compiler.target>11</maven.compiler.target>
17
18
<chicory.version>1.6.1</chicory.version>
19
- <junit.version>6.0.2</junit.version>
+ <junit.version>6.0.3</junit.version>
20
</properties>
21
22
<dependencyManagement>
@@ -79,7 +79,7 @@
79
<plugin>
80
<groupId>org.apache.maven.plugins</groupId>
81
<artifactId>maven-compiler-plugin</artifactId>
82
- <version>3.14.1</version>
+ <version>3.15.0</version>
83
<configuration>
84
<release>11</release>
85
<annotationProcessorPaths>
0 commit comments