Skip to content

Commit

Permalink
GH-24: bump library versions
Browse files Browse the repository at this point in the history
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
  • Loading branch information
barthanssens committed Nov 25, 2022
1 parent 4310a43 commit 79b2c98
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.belgif</groupId>
<artifactId>lod-vocab</artifactId>
<version>1.6.5</version>
<version>1.6.6</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<rdf4j.version>4.2.0</rdf4j.version>
<dw.version>2.1.1</dw.version>
<rdf4j.version>4.2.1</rdf4j.version>
<dw.version>2.1.4</dw.version>
</properties>
<name>Vocab Belgif</name>
<description>Belgif.be vocabulary server</description>
Expand Down Expand Up @@ -141,11 +141,6 @@
<artifactId>dropwizard-views-freemarker</artifactId>
<version>${dw.version}</version>
</dependency>
<!-- <dependency>
<groupId>io.dropwizard-bundles</groupId>
<artifactId>dropwizard-configurable-assets-bundle</artifactId>
<version>1.2.2</version>
</dependency> -->
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-trig</artifactId>
Expand Down

0 comments on commit 79b2c98

Please sign in to comment.