We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f87ac2 + 5fda452 commit d156856Copy full SHA for d156856
1 file changed
pom.xml
@@ -52,8 +52,8 @@
52
<maven.compiler.release>17</maven.compiler.release>
53
54
<rdf-api.version>1.0.0</rdf-api.version>
55
- <jcs.version>3.0.0-M2-SNAPSHOT</jcs.version>
56
- <tree-io.version>0.12.0-SNAPSHOT</tree-io.version>
+ <jcs.version>3.0.0-M1</jcs.version>
+ <tree-io.version>0.11.0</tree-io.version>
57
58
<!-- test resources -->
59
<junit.version>6.0.1</junit.version>
@@ -169,7 +169,7 @@
169
<plugin>
170
<groupId>org.jacoco</groupId>
171
<artifactId>jacoco-maven-plugin</artifactId>
172
- <version>0.8.13</version>
+ <version>0.8.14</version>
173
<executions>
174
<execution>
175
<id>default-prepare-agent</id>
0 commit comments