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 multiple components (minor and patch versions) #253

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

tferr
Copy link
Contributor

@tferr tferr commented Jan 10, 2024

No description provided.

Copy link
Member

@ctrueden ctrueden left a comment

Choose a reason for hiding this comment

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

@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 <[email protected]>
@ctrueden ctrueden merged commit b3df074 into scijava:master Feb 12, 2024
1 check passed
@ctrueden
Copy link
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants