Skip to content

Commit aff3528

Browse files
authored
Merge branch 'main' into turn-off-dependabot-1.2
2 parents c2ff5c1 + 8805fe4 commit aff3528

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<guava.version>33.5.0-jre</guava.version>
2929
<jackson.version>2.21.1</jackson.version>
3030
<jakarta.json.version>2.1.3</jakarta.json.version>
31-
<jena.version>5.6.0</jena.version>
31+
<jena.version>6.0.0</jena.version>
3232
<jose4j.version>0.9.6</jose4j.version>
3333
<json.bind.version>3.0.1</json.bind.version>
3434
<okhttp.version>5.3.2</okhttp.version>
@@ -768,6 +768,15 @@
768768
</reporting>
769769

770770
<profiles>
771+
<profile>
772+
<id>jena5</id>
773+
<activation>
774+
<jdk>(,21)</jdk>
775+
</activation>
776+
<properties>
777+
<jena.version>5.6.0</jena.version>
778+
</properties>
779+
</profile>
771780
<profile>
772781
<id>publish</id>
773782
<!-- skip tests for publish profile, since these tests have already run -->

0 commit comments

Comments
 (0)