Skip to content

build: bump the maven group with 7 updates#854

Merged
nroduit merged 1 commit into
masterfrom
dependabot/maven/maven-fd8e7cadcc
Jul 12, 2026
Merged

build: bump the maven group with 7 updates#854
nroduit merged 1 commit into
masterfrom
dependabot/maven/maven-fd8e7cadcc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven group with 7 updates:

Package From To
com.fasterxml.jackson.core:jackson-databind 2.22.0 2.22.1
ch.qos.logback:logback-classic 1.5.37 1.5.38
ch.qos.logback:logback-core 1.5.37 1.5.38
com.formdev:flatlaf 3.7.1 3.7.2
com.formdev:flatlaf-intellij-themes 3.7.1 3.7.2
com.formdev:flatlaf-extras 3.7.1 3.7.2
org.knowm.xchart:xchart 4.0.2 4.0.3

Updates com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1

Commits

Updates ch.qos.logback:logback-classic from 1.5.37 to 1.5.38

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.38

2026-07-09 Release of logback version 1.5.38

• In HardenedObjectInputStream, fixed a typo preventing Throwable objects from being white-filtered. This issue was reported in [PR #1045](qos-ch/logback#1045) by t0rchwo0d.

• A bitwise identical binary of this version can be reproduced by building from source code at commit d04984a41fce42977466f45a2f076f0ee5cc4207 associated with the tag v_1.5.38. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • d04984a prepare release 1.5.38
  • 4fffda6 updateversion of maven-gpg-plugin
  • 7ee48a1 Fixed a typo where java,lang.Throwable was written with a comma instead of a ...
  • 84580a2 remove license profile
  • f817c8d start work on 1.5.28-SNAPSHOT
  • See full diff in compare view

Updates ch.qos.logback:logback-core from 1.5.37 to 1.5.38

Release notes

Sourced from ch.qos.logback:logback-core's releases.

Logback 1.5.38

2026-07-09 Release of logback version 1.5.38

• In HardenedObjectInputStream, fixed a typo preventing Throwable objects from being white-filtered. This issue was reported in [PR #1045](qos-ch/logback#1045) by t0rchwo0d.

• A bitwise identical binary of this version can be reproduced by building from source code at commit d04984a41fce42977466f45a2f076f0ee5cc4207 associated with the tag v_1.5.38. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • d04984a prepare release 1.5.38
  • 4fffda6 updateversion of maven-gpg-plugin
  • 7ee48a1 Fixed a typo where java,lang.Throwable was written with a comma instead of a ...
  • 84580a2 remove license profile
  • f817c8d start work on 1.5.28-SNAPSHOT
  • See full diff in compare view

Updates ch.qos.logback:logback-core from 1.5.37 to 1.5.38

Release notes

Sourced from ch.qos.logback:logback-core's releases.

Logback 1.5.38

2026-07-09 Release of logback version 1.5.38

• In HardenedObjectInputStream, fixed a typo preventing Throwable objects from being white-filtered. This issue was reported in [PR #1045](qos-ch/logback#1045) by t0rchwo0d.

• A bitwise identical binary of this version can be reproduced by building from source code at commit d04984a41fce42977466f45a2f076f0ee5cc4207 associated with the tag v_1.5.38. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • d04984a prepare release 1.5.38
  • 4fffda6 updateversion of maven-gpg-plugin
  • 7ee48a1 Fixed a typo where java,lang.Throwable was written with a comma instead of a ...
  • 84580a2 remove license profile
  • f817c8d start work on 1.5.28-SNAPSHOT
  • See full diff in compare view

Updates com.formdev:flatlaf from 3.7.1 to 3.7.2

Release notes

Sourced from com.formdev:flatlaf's releases.

3.7.2

Change Log

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)
Changelog

Sourced from com.formdev:flatlaf's changelog.

3.7.2

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)
Commits
  • 7c54d89 release 3.7.2
  • 8a4dcdb README.md: new applications using FlatLaf:
  • d61a0f8 README.md: sorted applications alphabetically within categories
  • 951a39d README.md: removed "new" badge from applications added in 2025 (and before)
  • 188de93 Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option `-...
  • f200a02 System File Chooser: Windows: don't allow selecting non-filesystem nodes (e.g...
  • b377a24 sigtest: switched to Jakarta EE TCK Tools (https://github.com/eclipse-ee4j/ja...
  • 645f634 TableHeader: fixed custom table header renderer background stops painting aft...
  • 12ed8c5 Gradle: added Gradle Versions Plugin to discover dependency updates (use task...
  • d0b70e2 update to Gradle 9.5.1
  • Additional commits viewable in compare view

Updates com.formdev:flatlaf-intellij-themes from 3.7.1 to 3.7.2

Release notes

Sourced from com.formdev:flatlaf-intellij-themes's releases.

3.7.2

Change Log

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)
Changelog

Sourced from com.formdev:flatlaf-intellij-themes's changelog.

3.7.2

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)
Commits
  • 7c54d89 release 3.7.2
  • 8a4dcdb README.md: new applications using FlatLaf:
  • d61a0f8 README.md: sorted applications alphabetically within categories
  • 951a39d README.md: removed "new" badge from applications added in 2025 (and before)
  • 188de93 Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option `-...
  • f200a02 System File Chooser: Windows: don't allow selecting non-filesystem nodes (e.g...
  • b377a24 sigtest: switched to Jakarta EE TCK Tools (https://github.com/eclipse-ee4j/ja...
  • 645f634 TableHeader: fixed custom table header renderer background stops painting aft...
  • 12ed8c5 Gradle: added Gradle Versions Plugin to discover dependency updates (use task...
  • d0b70e2 update to Gradle 9.5.1
  • Additional commits viewable in compare view

Updates com.formdev:flatlaf-extras from 3.7.1 to 3.7.2

Release notes

Sourced from com.formdev:flatlaf-extras's releases.

3.7.2

Change Log

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)
Changelog

Sourced from com.formdev:flatlaf-extras's changelog.

3.7.2

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)
Commits
  • 7c54d89 release 3.7.2
  • 8a4dcdb README.md: new applications using FlatLaf:
  • d61a0f8 README.md: sorted applications alphabetically within categories
  • 951a39d README.md: removed "new" badge from applications added in 2025 (and before)
  • 188de93 Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option `-...
  • f200a02 System File Chooser: Windows: don't allow selecting non-filesystem nodes (e.g...
  • b377a24 sigtest: switched to Jakarta EE TCK Tools (https://github.com/eclipse-ee4j/ja...
  • 645f634 TableHeader: fixed custom table header renderer background stops painting aft...
  • 12ed8c5 Gradle: added Gradle Versions Plugin to discover dependency updates (use task...
  • d0b70e2 update to Gradle 9.5.1
  • Additional commits viewable in compare view

Updates com.formdev:flatlaf-intellij-themes from 3.7.1 to 3.7.2

Release notes

Sourced from com.formdev:flatlaf-intellij-themes's releases.

3.7.2

Change Log

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)
Changelog

Sourced from com.formdev:flatlaf-intellij-themes's changelog.

3.7.2

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)
Commits
  • 7c54d89 release 3.7.2
  • 8a4dcdb README.md: new applications using FlatLaf:
  • d61a0f8 README.md: sorted applications alphabetically within categories
  • 951a39d README.md: removed "new" badge from applications added in 2025 (and before)
  • 188de93 Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option `-...
  • f200a02 System File Chooser: Windows: don't allow selecting non-filesystem nodes (e.g...
  • b377a24 sigtest: switched to Jakarta EE TCK Tools (https://github.com/eclipse-ee4j/ja...
  • 645f634 TableHeader: fixed custom table header renderer background stops painting aft...
  • 12ed8c5 Gradle: added Gradle Versions Plugin to discover dependency updates (use task...
  • d0b70e2 update to Gradle 9.5.1
  • Additional commits viewable in compare view

Updates com.formdev:flatlaf-extras from 3.7.1 to 3.7.2

Release notes

Sourced from com.formdev:flatlaf-extras's releases.

3.7.2

Change Log

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)
Changelog

Sourced from com.formdev:flatlaf-extras's changelog.

3.7.2

  • System File Chooser:
    • macOS: Cmd+A (Select All) did not work in file dialog. (issue #1084)
    • Block Swing input events (mouse, keyboard, etc.) while system file dialog is shown. (issue #1100)
    • Windows: Fixed too small message dialogs (shown from approve callback). (issue #1119)
    • Windows: Don't allow selecting non-filesystem nodes (e.g. "This PC") in "Select Folder" dialog. (issue #1126)
  • macOS: Fixed missing close/iconify/maximize buttons on inactive window, if system appearance is dark, but application appearance is light. (issue #1032)
  • Linux with JetBrains Runtime: Fixed mouse "jumping" to other position when moving window on scaled secondary screen, if using FlatLaf window decorations. (issue #1103)
  • Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option -Dawt.toolkit.name=WLToolkit (issue #1107):
    • Disabled FlatLaf window decorations because of bug JBR-10322.
    • Disabled System File Chooser because application hangs after closing it. Uses JFileChooser instead.
  • TableHeader: Fixed custom table header renderer background stops painting after hover interactions. (issue #1089)
  • TextComponents: Fixed preferred width when leading/trailing components or icons are present. (issue #1110)
  • Tree: Fixed repainting multi-selection when tree looses or gains focus. (issue #1122)
  • JideTabbedPane: Support card tabs. (PR #1094)
  • Native libraries in Eclipse RCP: Fixed exception when runtime path contains spaces. (issue #1102)
Commits
  • 7c54d89 release 3.7.2
  • 8a4dcdb README.md: new applications using FlatLaf:
  • d61a0f8 README.md: sorted applications alphabetically within categories
  • 951a39d README.md: removed "new" badge from applications added in 2025 (and before)
  • 188de93 Linux with OpenJDK Project Wakefield (e.g. JetBrains JBR 25) and VM option `-...
  • f200a02 System File Chooser: Windows: don't allow selecting non-filesystem nodes (e.g...
  • b377a24 sigtest: switched to Jakarta EE TCK Tools (https://github.com/eclipse-ee4j/ja...
  • 645f634 TableHeader: fixed custom table header renderer background stops painting aft...
  • 12ed8c5 Gradle: added Gradle Versions Plugin to discover dependency updates (use task...
  • d0b70e2 update to Gradle 9.5.1
  • Additional commits viewable in compare view

Updates org.knowm.xchart:xchart from 4.0.2 to 4.0.3

Commits
  • b8bdfec [maven-release-plugin] prepare release xchart-4.0.3
  • d4264a0 prepare for 4.0.3 release
  • f0bc2b2 Merge pull request #996 from knowm/issue-634-negative-axis-labels
  • bf7088b Demo #634: drop custom YAxisMin so the 0 baseline tick stays visible
  • 956b7cc Fix #634: prune out-of-range axis tick labels
  • 62e4f39 Merge pull request #995 from knowm/issue-816-boxplot-width
  • 1203cef Merge pull request #994 from knowm/issue-906-stacked-secondary-axis-line
  • 26133b7 Add BoxStyler.setBoxWidthFraction to control box plot width (#816)
  • cdfa8b4 Address PR #994 review: explicit stackable allow-list + regression tests
  • f29f1f6 Cap both Y-axes at 200 in BarChart13 demo
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.22.0` | `2.22.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.37` | `1.5.38` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.37` | `1.5.38` |
| [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) | `3.7.1` | `3.7.2` |
| [com.formdev:flatlaf-intellij-themes](https://github.com/JFormDesigner/FlatLaf) | `3.7.1` | `3.7.2` |
| [com.formdev:flatlaf-extras](https://github.com/JFormDesigner/FlatLaf) | `3.7.1` | `3.7.2` |
| [org.knowm.xchart:xchart](https://github.com/knowm/XChart) | `4.0.2` | `4.0.3` |


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.0 to 2.22.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `ch.qos.logback:logback-classic` from 1.5.37 to 1.5.38
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.37...v_1.5.38)

Updates `ch.qos.logback:logback-core` from 1.5.37 to 1.5.38
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.37...v_1.5.38)

Updates `ch.qos.logback:logback-core` from 1.5.37 to 1.5.38
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.37...v_1.5.38)

Updates `com.formdev:flatlaf` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.7.1...3.7.2)

Updates `com.formdev:flatlaf-intellij-themes` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.7.1...3.7.2)

Updates `com.formdev:flatlaf-extras` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.7.1...3.7.2)

Updates `com.formdev:flatlaf-intellij-themes` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.7.1...3.7.2)

Updates `com.formdev:flatlaf-extras` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/JFormDesigner/FlatLaf/releases)
- [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md)
- [Commits](JFormDesigner/FlatLaf@3.7.1...3.7.2)

Updates `org.knowm.xchart:xchart` from 4.0.2 to 4.0.3
- [Commits](knowm/XChart@xchart-4.0.2...xchart-4.0.3)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.formdev:flatlaf
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.formdev:flatlaf-intellij-themes
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.formdev:flatlaf-extras
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.formdev:flatlaf-intellij-themes
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.formdev:flatlaf-extras
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.knowm.xchart:xchart
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 10, 2026
@nroduit nroduit merged commit 17092ba into master Jul 12, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/maven-fd8e7cadcc branch July 12, 2026 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant