Bump jena.version from 3.9.0 to 3.17.0 (#3379)

* Bump jena.version from 3.9.0 to 3.17.0

Bumps `jena.version` from 3.9.0 to 3.17.0.

Updates `jena-arq` from 3.9.0 to 3.17.0

Updates `jena-base` from 3.9.0 to 3.17.0

Updates `jena-cmds` from 3.9.0 to 3.17.0

Updates `jena-core` from 3.9.0 to 3.17.0

Signed-off-by: dependabot[bot] <support@github.com>

* Add commons-codec dependency for Jena

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Morris <tfmorris@gmail.com>
This commit is contained in:
dependabot[bot] 2021-01-27 09:20:56 +01:00 committed by GitHub
parent 7b080fe99d
commit 448faf0f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
<!-- org.odftoolkit:odfdom-java:jar:0.9.0-RC1 bundles Jena 3.9.0 so we should match that <!-- org.odftoolkit:odfdom-java:jar:0.9.0-RC1 bundles Jena 3.9.0 so we should match that
Jena 3.15.0 doesn't work. Versions through 3.14.0 appear to, but we'll be conservative Jena 3.15.0 doesn't work. Versions through 3.14.0 appear to, but we'll be conservative
--> -->
<jena.version>3.9.0</jena.version> <jena.version>3.17.0</jena.version>
<okhttp.version>4.9.0</okhttp.version> <okhttp.version>4.9.0</okhttp.version>
</properties> </properties>
@ -315,6 +315,7 @@
<artifactId>joda-time</artifactId> <artifactId>joda-time</artifactId>
<version>2.10.9</version> <version>2.10.9</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.jena</groupId> <groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId> <artifactId>jena-arq</artifactId>
@ -335,6 +336,12 @@
<artifactId>jena-core</artifactId> <artifactId>jena-core</artifactId>
<version>${jena.version}</version> <version>${jena.version}</version>
</dependency> </dependency>
<!-- v1.15 is needed for Jena 3.14+ - copied from org.apache.jena:jena:pom -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>