Update multiple components (minor and patch versions)#253
Merged
Conversation
ctrueden
requested changes
Feb 2, 2024
ctrueden
left a comment
Member
There was a problem hiding this comment.
@tferr JGraphT 1.4.0 is the last version to support Java 8. The next version, 1.5.0, requires Java 11.
Do you need JGraphT 1.5.0+? Or were you just proactively bumping the version?
If you need it, this PR can be addressed in conjunction with the Fiji update to Java 21. Otherwise, we can stick with JGraph 1.4.0 for now. What do you think?
* batik: 1.16 -> 1.17 * commons-lang3: 3.12.0 -> 3.14.0 * commons-text: 1.10.0 -> 1.11.0 * flatlaf: 3.1.1 -> 3.2.1 * okhttp: 4.11.0 -> 4.12.0 * okio: 3.3.0 -> 3.7.0 * rsyntaxtextarea: 3.3.3 -> 3.3.4 Co-authored-by: Curtis Rueden <ctrueden@wisc.edu>
Member
|
@tferr I kept JGraphT at 1.4.0 for now. When we are further along with the Java 21 transition, we can start planning how to bump the pom-scijava Bill of Materials itself past Java 8 minimum, at which point we'll be able to update things like JGraphT easily. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.