Skip to content

Commit

Permalink
Merge pull request #71 from sbesson/bf_7.1.0
Browse files Browse the repository at this point in the history
Bump Bio-Formats to version 7.1.0
  • Loading branch information
jburel authored Mar 18, 2024
2 parents 72eb4ae + 581e857 commit 31e9353
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>ome</groupId>
<artifactId>formats-api</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
</dependency>
<dependency>
<groupId>dev.zarr</groupId>
Expand All @@ -81,14 +81,14 @@
<!-- NB: We want this, despite warning from dependency:analyze. -->
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- NB: We want this, despite warning from dependency:analyze. -->
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -188,9 +188,9 @@
</build>
<distributionManagement>
<repository>
<id>ome.staging</id>
<name>OME Staging Repository</name>
<url>https://artifacts.openmicroscopy.org/artifactory/ome.staging</url>
<id>ome.releases</id>
<name>OME Releases Repository</name>
<url>https://artifacts.openmicroscopy.org/artifactory/ome.releases</url>
</repository>
<snapshotRepository>
<id>ome.snapshots</id>
Expand Down

0 comments on commit 31e9353

Please sign in to comment.