Skip to content

Commit

Permalink
Merge pull request #4245 from melissalinkert/netcdf-update
Browse files Browse the repository at this point in the history
Upgrade cdm-core (netcdf Java) to 5.6.0
  • Loading branch information
sbesson authored Oct 23, 2024
2 parents 6519516 + fcc5d13 commit c401f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/formats-gpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>cdm-core</artifactId>
<version>5.3.3</version>
<version>5.6.0</version>
<exclusions>
<exclusion>
<groupId>com.amazonaws</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<slf4j.version>2.0.9</slf4j.version>
<kryo.version>5.4.0</kryo.version>
<testng.version>6.8</testng.version>
<ome-common.version>6.0.22</ome-common.version>
<ome-common.version>6.0.24</ome-common.version>
<ome-model.group>org.openmicroscopy</ome-model.group>
<ome-model.version>6.3.6</ome-model.version>
<ome-poi.version>5.3.9</ome-poi.version>
Expand Down

0 comments on commit c401f58

Please sign in to comment.