Skip to content

Commit

Permalink
Fix #1118 dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio1977 committed Jan 20, 2024
1 parent 1370e61 commit 8f3c5a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</_exportcontents>
<Import-Package>
!sun.misc,
org.eclipse.rdf4j.*;version="[3.0,4.2.0]",
org.eclipse.rdf4j.*;version="[3.0,5.0.0]",
!javax.annotation,
!com.google.inject.internal.*;resolution:=optional,
!com.github.jsonldjava.shaded.com.google.common.collect.*;resolution:=optional,
Expand Down
4 changes: 2 additions & 2 deletions osgidistribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency><groupId>org.semarglproject</groupId><artifactId>semargl-rdf</artifactId><version>0.7</version></dependency -->
<dependency><groupId>org.apache.felix</groupId><artifactId>org.apache.felix.framework</artifactId><version>7.0.5</version><scope>test</scope></dependency>
<dependency><groupId>org.apache.felix</groupId><artifactId>org.osgi.core</artifactId><version>1.4.0</version><scope>test</scope></dependency>
<dependency><groupId>org.apache.servicemix.bundles</groupId><artifactId>org.apache.servicemix.bundles.javax-inject</artifactId><version>1_2</version></dependency>
<dependency><groupId>org.apache.servicemix.bundles</groupId><artifactId>org.apache.servicemix.bundles.javax-inject</artifactId><version>1_3</version></dependency>
<dependency><groupId>org.slf4j</groupId><artifactId>slf4j-simple</artifactId><version>1.7.30</version><scope>test</scope></dependency>
</dependencies>

Expand All @@ -103,7 +103,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.8</version>
<version>5.1.9</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<properties>
<!-- Specify the encoding of the source files. -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<rdf4j.version>4.2.0</rdf4j.version>
<rdf4j.version>4.3.8</rdf4j.version>
<!-- remove this line for releases, if the release process fails because
of missing javadoc jars -->
<no-javadoc>false</no-javadoc>
Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.8.0</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8f3c5a6

Please sign in to comment.