Skip to content

Commit

Permalink
Updated dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jan 2, 2023
1 parent c2e34e3 commit 875660b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions org.wikipathways.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.4.0</version>
<version>5.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.4.0</version>
<version>5.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>3.0.2</version>
<version>3.0.18</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
<version>1.2</version>
</dependency>
<dependency>
<!-- You also need PathVisio Core which is not yet available as Maven package, but can be install like this:
Expand All @@ -56,27 +56,27 @@
-->
<groupId>org.pathvisio</groupId>
<artifactId>pathvisio-core</artifactId>
<version>3.4.0-bridgedb-3.0.1-1</version>
<version>3.4.0-bridgedb-3.0.18-1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.5.3.0_1</version>
<version>10.15.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
<version>10.5.3.0_1</version>
<version>10.15.2.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 875660b

Please sign in to comment.