Skip to content

Commit

Permalink
GH-351: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barthanssens committed Feb 13, 2025
1 parent f4ccbf3 commit 98baf1f
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 120 deletions.
4 changes: 2 additions & 2 deletions dcatlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>be.gov.data</groupId>
<artifactId>dcattools</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</parent>
<artifactId>dcatlib</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -46,7 +46,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
</plugins>
</build>
Expand Down
4 changes: 2 additions & 2 deletions helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>be.gov.data</groupId>
<artifactId>dcattools</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</parent>
<version>4.0.3</version>
<version>4.0.4</version>
<name>helpers</name>
<artifactId>helpers</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.gov.data</groupId>
<artifactId>dcattools</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
<packaging>pom</packaging>
<url>https://data.gov.be</url>
<licenses>
Expand Down
214 changes: 107 additions & 107 deletions scrapers/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>be.gov.data</groupId>
<artifactId>dcattools</artifactId>
<version>4.0.3</version>
</parent>
<version>4.0.3</version>
<name>scrapers</name>
<description>Various scrapers for Belgian data portals</description>
<artifactId>scrapers</artifactId>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>be.gov.data</groupId>
<artifactId>dcattools</artifactId>
<version>4.0.4</version>
</parent>
<version>4.0.4</version>
<name>scrapers</name>
<description>Various scrapers for Belgian data portals</description>
<artifactId>scrapers</artifactId>
<packaging>jar</packaging>
<url>https://data.gov.be</url>
<licenses>
<license>
Expand All @@ -28,55 +28,55 @@
<timezone>Europe/Brussels</timezone>
</developer>
</developers>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>helpers</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.18.1</version>
</dependency>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-rdfxml</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-jsonld</artifactId>
</dependency>
<dependency>
<groupId>org.xmlbeam</groupId>
<artifactId>xmlprojector</artifactId>
<version>1.4.24</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>2.0.0</version>
<groupId>${project.groupId}</groupId>
<artifactId>helpers</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.18.3</version>
</dependency>
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-rdfxml</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-rio-jsonld</artifactId>
</dependency>
<dependency>
<groupId>org.xmlbeam</groupId>
<artifactId>xmlprojector</artifactId>
<version>1.4.24</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -86,57 +86,57 @@
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.6</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.6</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
<addHeader>false</addHeader>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>be.gov.data.scrapers.Main</mainClass>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>be.gov.data.scrapers.Main</mainClass>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
4 changes: 2 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>be.gov.data</groupId>
<artifactId>dcattools</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</parent>
<name>tools</name>
<version>4.0.3</version>
<version>4.0.4</version>
<description>Misc tools for enhancing DCAT metadata</description>
<artifactId>tools</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions translater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>be.gov.data</groupId>
<artifactId>dcattools</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</parent>
<version>4.0.3</version>
<version>4.0.4</version>
<name>translater</name>
<description>Translation client to machine-translation service</description>
<artifactId>translater</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions uploaderd10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<parent>
<groupId>be.gov.data</groupId>
<artifactId>dcattools</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</parent>
<version>4.0.3</version>
<version>4.0.4</version>
<artifactId>uploaderd10</artifactId>
<packaging>jar</packaging>
<properties>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20240303</version>
<version>20250107</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>be.gov.data</groupId>
<artifactId>dcatlib</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 98baf1f

Please sign in to comment.