Skip to content

Commit

Permalink
Updated dependencies: Apache's commons-io and commons-logging, Maven …
Browse files Browse the repository at this point in the history
…Surefire, BridgeDb 3.1.5-SNAPSHOT, and JUnit 5.11.4
  • Loading branch information
egonw committed Dec 28, 2024
1 parent 910e59c commit 372676f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions org.wikipathways.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wikipathways</groupId>
<artifactId>webservice.api.lib</artifactId>
<version>3.4.0</version>
<version>3.4.1-SNAPSHOT</version>

<name>Java library for WikiPathways webservice</name>
<packaging>bundle</packaging>
Expand All @@ -20,19 +20,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.1</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.9.1</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>3.1.4-java8-2</version>
<version>3.1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>1.3.4</version>
</dependency>
<dependency>
<!-- You also need PathVisio Core which is not yet available as
Expand All @@ -67,7 +67,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down Expand Up @@ -116,12 +116,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.5.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>3.0.0-M5</version>
<version>3.5.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 372676f

Please sign in to comment.