aws / amazon-neptune-sparql-java-sigv4

A SPARQL client for Amazon Neptune that includes AWS Signature Version 4 signing. Implemented as an RDF4J repository.
Apache License 2.0
21 stars 16 forks source link

Update Jena dependencies to resolve security issue #19

Closed yoony94 closed 2 years ago

yoony94 commented 2 years ago

Issue #, if available:

Description of changes: To update jena dependencies "Bump jena-core from 3.17.0 to 4.2.0" reported by Dependabot alerts.

I have tested by https://docs.aws.amazon.com/neptune/latest/userguide/iam-auth-connecting-sparql-java.html

mvn compile exec:java \
    -Dexec.mainClass="com.amazonaws.neptune.client.jena.NeptuneJenaSigV4Example" \
    -Dexec.args="https://your-neptune-endpoint:port"

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.