Skip to content

Commit

Permalink
[PDE] update biz.aQute.bndlib and -util to version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Dec 10, 2021
1 parent c1d5467 commit 1bddb63
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bnd.util</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -65,6 +65,24 @@
<version>0.3.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.repository</artifactId>
<version>1.1.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.util.function</artifactId>
<version>1.2.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.util.promise</artifactId>
<version>1.2.0</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
Expand Down

0 comments on commit 1bddb63

Please sign in to comment.