Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Bio-Formats to 6.13.0 #103

Merged
merged 4 commits into from
May 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation 'com.bc.zarr:jzarr:0.3.5'
implementation 'info.picocli:picocli:4.2.0'
implementation 'me.tongfei:progressbar:0.9.0'
implementation 'ome:formats-bsd:6.12.0'
implementation 'ome:formats-bsd:6.13.0'
// be careful here, this is a newer version of org.json:json than formats-gpl uses
implementation 'org.json:json:20190722'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that this dependency has been upgraded in the Bio-Formats stack, do we want to look into dropping this dependency and consume the transitive one?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That required switching to formats-gpl, since formats-bsd does not have a dependency on org.json:json. I'm fine with that, but can also revert a187d92 and just bump the org.json:json version if you prefer.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank Melissa, I had missed this aspect of the dependency tree.
Although, it would be certainly fine to use formats-gpl, I think it's probably better to only depend formats-bsd and indeed increment the version of the json dependency to match the one in formats-gpl 6.13.0 (with the latest release addressing CVEs notably).

implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.4'
Expand Down