8000 Update FlatLaf, RSyntaxTextArea, AutoComplete by tferr · Pull Request #288 · scijava/pom-scijava · GitHub
[go: up one dir, main page]

Skip to content

Update FlatLaf, RSyntaxTextArea, AutoComplete #288

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

Merged
merged 1 commit into from
Mar 25, 2025
Merged
Changes from all commits
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
8000
Diff view
Update FlatLaf, RSyntaxTextArea, AutoComplete
  • Loading branch information
tferr authored Mar 25, 2025
commit 203b6ff04a9eda45ac03ba385d375858d258f7bb
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@
<com.google.errorprone.error_prone_annotations.version>${error_prone_annotations.version}</com.google.errorprone.error_prone_annotations.version>

<!-- FlatLaf - https://www.formdev.com/flatlaf/ -->
<flatlaf.version>3.5.1</flatlaf.version>
<flatlaf.version>3.5.4</flatlaf.version>
<com.formdev.flatlaf.version>${flatlaf.version}</com.formdev.flatlaf.version>
<flatlaf-fonts-jetbrains-mono.version>2.304</flatlaf-fonts-jetbrains-mono.version>
<com.formdev.flatlaf-fonts-jetbrains-mono.version>${flatlaf-fonts-jetbrains-mono.version}</com.formdev.flatlaf-fonts-jetbrains-mono.version>
Expand Down Expand Up @@ -2322,8 +2322,8 @@
<ch.qos.reload4j.reload4j.version>${reload4j.version}</ch.qos.reload4j.reload4j.version>

<!-- RSyntaxTextArea - https://bobbylight.github.io/RSyntaxTextArea/ -->
<rsyntaxtextarea.version>3.5.1</rsyntaxtextarea.version>
<autocomplete.version>3.3.1</autocomplete.version>
<rsyntaxtextarea.version>3.6.0</rsyntaxtextarea.version>
<autocomplete.version>3.3.2</autocomplete.version>
<languagesupport.version>3.3.0</languagesupport.version>
<com.fifesoft.rsyntaxtextarea.version>${rsyntaxtextarea.version}</com.fifesoft.rsyntaxtextarea.version>
<com.fifesoft.autocomplete.version>${autocomplete.version}</com.fifesoft.autocomplete.version>
Expand Down
Loading
0