MaastrichtU-IDS / d2s-sparql-operations

✨️ Execute SPARQL queries from string, URL or multiple files using the RDF4J framework.
https://maastrichtu-ids.github.io/d2s-sparql-operations/
MIT License
1 stars 1 forks source link

Fix GitHub alert #16

Closed vemonet closed 4 years ago

vemonet commented 5 years ago

https://github.com/MaastrichtU-IDS/data2services-sparql-operations/network/alert/pom.xml/org.eclipse.rdf4j:rdf4j-runtime/open

Upgrade org.eclipse.rdf4j:rdf4j-runtime to version 2.4.0 or later. For example:

<dependency>
  <groupId>org.eclipse.rdf4j</groupId>
  <artifactId>rdf4j-runtime</artifactId>
  <version>[2.4.0,)</version>
</dependency>