Skip to content

Commit d156856

Browse files
authored
Merge branch 'main' into feat/v2-m2
2 parents 4f87ac2 + 5fda452 commit d156856

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<maven.compiler.release>17</maven.compiler.release>
5353

5454
<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>
55+
<jcs.version>3.0.0-M1</jcs.version>
56+
<tree-io.version>0.11.0</tree-io.version>
5757

5858
<!-- test resources -->
5959
<junit.version>6.0.1</junit.version>
@@ -169,7 +169,7 @@
169169
<plugin>
170170
<groupId>org.jacoco</groupId>
171171
<artifactId>jacoco-maven-plugin</artifactId>
172-
<version>0.8.13</version>
172+
<version>0.8.14</version>
173173
<executions>
174174
<execution>
175175
<id>default-prepare-agent</id>

0 commit comments

Comments
 (0)