Skip to content

Commit 6a836db

Browse files
authored
Update dependencies to reenable CI (#199). Fixes #198
1 parent c6ba3a5 commit 6a836db

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</licenses>
2121

2222
<properties>
23-
<openrefine.version>3.9.2</openrefine.version>
23+
<openrefine.version>3.9.5</openrefine.version>
2424
<jackson.version>2.18.3</jackson.version>
25-
<wdtk.version>0.12.1-SNAPSHOT</wdtk.version>
25+
<wdtk.version>0.17.0</wdtk.version>
2626
<swc-parser-lazy.version>3.1.9</swc-parser-lazy.version>
2727
<surefire.version>3.5.3</surefire.version>
2828
</properties>
@@ -36,8 +36,8 @@
3636
<artifactId>maven-compiler-plugin</artifactId>
3737
<version>3.14.0</version>
3838
<configuration>
39-
<source>1.8</source>
40-
<target>1.8</target>
39+
<source>11</source>
40+
<target>11</target>
4141
<encoding>UTF-8</encoding>
4242
<showDeprecation>false</showDeprecation>
4343
</configuration>
@@ -132,13 +132,13 @@
132132
<scope>provided</scope>
133133
</dependency>
134134
<dependency>
135-
<groupId>org.openrefine.dependencies.wdtk</groupId>
135+
<groupId>org.wikidata.wdtk</groupId>
136136
<artifactId>wdtk-datamodel</artifactId>
137137
<version>${wdtk.version}</version>
138138
<scope>provided</scope>
139139
</dependency>
140140
<dependency>
141-
<groupId>org.openrefine.dependencies.wdtk</groupId>
141+
<groupId>org.wikidata.wdtk</groupId>
142142
<artifactId>wdtk-util</artifactId>
143143
<version>${wdtk.version}</version>
144144
<scope>provided</scope>

0 commit comments

Comments
 (0)