Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2025

Bumps the gradle-deps group with 6 updates in the / directory:

Package From To
ch.qos.logback:logback-classic 1.5.20 1.5.21
com.diffplug.spotless 8.0.0 8.1.0
org.checkerframework 0.6.60 0.6.61
org.sonarqube 7.0.1.6134 7.2.0.6526
com.formdev:flatlaf 3.6.2 3.7
com.gradleup.shadow 9.2.2 9.3.0

Updates ch.qos.logback:logback-classic from 1.5.20 to 1.5.21

Release notes

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

Logback 1.5.21

2025-11-10 Release of logback version 1.5.21

• Invocations of turbo filters in isDebugEnabled, isInfoEnabled()... remain as they were, untouched. However, any installed instances of TurboFilter are now invoked also from within the log(LoggingEvent) method of Logger with the contents of the LoggingEvent, typically via the fluent API. This fixes issues/871.

• Removed reentry-guard in most subclasses of UnsynchronizedAppenderBase where it was not needed.

Initialization procedure has been simplified by removing the step instantiating a SerializedModelConfigurator. However, it is still possible to set up SerializedModelConfigurator as a custom configurator.

• JsonEncoder is now friendlier to derivation by sub-classes as requested in issues/979.

• Fixed XMLLayout thread safety issue reported in LOGBACK-427.

• Removed superfluous buffering in Zip, GZ and XZ compression code.

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

Commits
  • fed6f37 prepare release 1.5.21
  • b111e89 Initialization procedure has been simplified by removing the step
  • 1cd2df4 fix issues/871
  • dea5b95 minor - remove superflous call to Objects.requireNonNull
  • 3cecf29 add comment for the TurboFilter list ACCEPT case
  • 1497142 improve performance for 2 or more turbo filters
  • 04a7ba5 most subclasses of UnsynchronizedAppenderBase do not need a reentry guard
  • ab6a006 add maven cache to github CI, update .github/FUNDING.yml
  • 2bf5557 fix failed LegacyPatternLayoutTest#subPattern test due to TZ discrepancies, u...
  • 2ca8c52 update funding info
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 8.0.0 to 8.1.0

Updates org.checkerframework from 0.6.60 to 0.6.61

Updates org.sonarqube from 7.0.1.6134 to 7.2.0.6526

Updates com.formdev:flatlaf from 3.6.2 to 3.7

Release notes

Sourced from com.formdev:flatlaf's releases.

3.7

Highlights

System File Chooser

Class SystemFileChooser (in package com.formdev.flatlaf.util) allows using operating system file dialogs in Java Swing applications.

Details: https://www.formdev.com/flatlaf/system-file-chooser/

Change Log

New features and improvements

  • System File Chooser allows using operating system file dialogs in Java Swing applications. (PR #988)
  • Zooming API. (PR #1051)
  • Icons:
    • Support scaling Laf icons (checkbox, radiobutton, etc). (issue #1061)
    • Scale checkbox and radiobutton icons when using text styles large, medium, small and mini.
  • TabbedPane: Added icon-only tab mode, which shows tab icons but hides tab titles. Tab titles are used in "Show Hidden Tabs" popup menu. (set client property JTabbedPane.tabWidthMode to "iconOnly")
  • TabbedPane: In scroll tab layout, propagate mouse wheel events to ancestors. This allows mouse wheel scrolling if JTabbedPane is inside a JScrollPane. (PR #1030)

Fixed bugs

  • CheckBox and RadioButton: Fixed styling of custom icon. Also fixed focus width (and preferred size) if using custom icon. (PR #1060)
  • TabbedPane: In "Show Hidden Tabs" popup menu, do not show text "x. Tab" if tab has icon but no title. (issue #1062)
  • TextField: Fixed wrong leading/trailing icon placement if border is set to null. (issue #1047)
  • Extras: UI defaults inspector: Exclude inspector window from being blocked by modal dialogs. (issue #1048)
  • JideButton, JideToggleButton, JideSplitButton and JideToggleSplitButton: Paint border in button style TOOLBAR_STYLE if in selected state. (issue #1045)
  • IntelliJ Themes: Fixed problem when using theme instance more than once when switching to that theme. (issue #990)
Changelog

Sourced from com.formdev:flatlaf's changelog.

3.7

New features and improvements

  • System File Chooser allows using operating system file dialogs in Java Swing applications. (PR #988)
  • Zooming API. (PR #1051)
  • Icons:
    • Support scaling Laf icons (checkbox, radiobutton, etc). (issue #1061)
    • Scale checkbox and radiobutton icons when using text styles large, medium, small and mini.
  • TabbedPane: Added icon-only tab mode, which shows tab icons but hides tab titles. Tab titles are used in "Show Hidden Tabs" popup menu. (set client property JTabbedPane.tabWidthMode to "iconOnly")
  • TabbedPane: In scroll tab layout, propagate mouse wheel events to ancestors. This allows mouse wheel scrolling if JTabbedPane is inside a JScrollPane. (PR #1030)

Fixed bugs

  • CheckBox and RadioButton: Fixed styling of custom icon. Also fixed focus width (and preferred size) if using custom icon. (PR #1060)
  • TabbedPane: In "Show Hidden Tabs" popup menu, do not show text "x. Tab" if tab has icon but no title. (issue #1062)
  • TextField: Fixed wrong leading/trailing icon placement if border is set to null. (issue #1047)
  • Extras: UI defaults inspector: Exclude inspector window from being blocked by modal dialogs. (issue #1048)
  • JideButton, JideToggleButton, JideSplitButton and JideToggleSplitButton: Paint border in button style TOOLBAR_STYLE if in selected state. (issue #1045)
  • IntelliJ Themes: Fixed problem when using theme instance more than once when switching to that theme. (issue #990)
Commits
  • 3f0b5d5 release 3.7
  • 6e3633c System File Chooser: save and restore size of (fallback) JFileChooser dialog ...
  • 4f1e5cd IntelliJ Themes: do not release JSON memory to allow re-using theme instance ...
  • 070cf9c Icons: scale checkbox and radiobutton icons when using text styles large, `...
  • 5b0f131 Icons: support scaling Laf icons (checkbox, radiobutton, etc) (issue #1061)
  • d7a5c35 System File Chooser: updated Linux native libraries (PR #988)
  • 9e8b869 System File Chooser: Linux: show file dialog in dark if current FlatLaf theme...
  • 58e073a System File Chooser: on Linux when JavaFX is used in application, then always...
  • 1c6e877 System File Chooser: (PR #988)
  • 1e72402 Merge PR #987: Enhance FlatUIUtils.getBorderArc to support FlatLineBorder Arc...
  • Additional commits viewable in compare view

Updates com.gradleup.shadow from 9.2.2 to 9.3.0

Release notes

Sourced from com.gradleup.shadow's releases.

9.3.0

Added

  • Add PatternFilterableResourceTransformer to simplify pattern based ResourceTransformers. (#1849)
  • Expose patternSet of ServiceFileTransformer as public. (#1849)
  • Expose patternSet of ApacheLicenseResourceTransformer as public. (#1850)
  • Expose patternSet of ApacheNoticeResourceTransformer as public. (#1850)
  • Expose patternSet of PreserveFirstFoundResourceTransformer as public. (#1855)
  • Support overriding output path of ApacheNoticeResourceTransformer. (#1851)
  • Add new merge strategy Fail to PropertiesFileTransformer. (#1856)
  • Add FindResourceInClasspath task to help with debugging issues with merged duplicate resources. (#1860)
  • Add MergeLicenseResourceTransformer. (#1858)
  • Add DeduplicatingResourceTransformer to deduplicate on path and content. (#1859)
  • Support disabling Kotlin module metadata remapping. (#1875)
    tasks.shadowJar {
      // Disable remapping of Kotlin module metadata (`.kotlin_module`) files. This is enabled by default.
      enableKotlinModuleRemapping = false
    }

Changed

  • Change the group of startShadowScripts from application to other. (#1797)
  • Update ASM and jdependency to support Java 26. (#1799)
  • Bump min Gradle requirement to 9.0.0. (#1801)
  • Deprecate PreserveFirstFoundResourceTransformer.resources. (#1855)
  • Make the output of PropertiesFileTransformer reproducible. (#1861)
  • Deprecate ShadowCopyAction. (#1876)
    It should not be used as a public API. Will be made internal in a future release.

Fixed

  • Fix Develocity integration when Isolated Projects enabled. (#1836)
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.diffplug.spotless [>= 6.17.a, < 6.18]
com.diffplug.spotless [>= 6.18.a, < 6.19]
com.diffplug.spotless [>= 6.19.a, < 6.20]

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 gradle-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.20` | `1.5.21` |
| com.diffplug.spotless | `8.0.0` | `8.1.0` |
| org.checkerframework | `0.6.60` | `0.6.61` |
| org.sonarqube | `7.0.1.6134` | `7.2.0.6526` |
| [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) | `3.6.2` | `3.7` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.2.2` | `9.3.0` |



Updates `ch.qos.logback:logback-classic` from 1.5.20 to 1.5.21
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.20...v_1.5.21)

Updates `com.diffplug.spotless` from 8.0.0 to 8.1.0

Updates `org.checkerframework` from 0.6.60 to 0.6.61

Updates `org.sonarqube` from 7.0.1.6134 to 7.2.0.6526

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

Updates `com.gradleup.shadow` from 9.2.2 to 9.3.0
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.2.2...9.3.0)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: com.diffplug.spotless
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: org.checkerframework
  dependency-version: 0.6.61
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.sonarqube
  dependency-version: 7.2.0.6526
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: com.formdev:flatlaf
  dependency-version: '3.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: com.gradleup.shadow
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Java Pull requests that update Java code labels Dec 7, 2025
@wadoon
Copy link
Member

wadoon commented Dec 7, 2025

Flatlaf has some interesting changes

@wadoon wadoon enabled auto-merge December 7, 2025 01:57
@wadoon wadoon added this pull request to the merge queue Dec 7, 2025
Merged via the queue into main with commit 012874a Dec 7, 2025
35 checks passed
@wadoon wadoon deleted the dependabot/gradle/gradle-deps-fb63592cfa branch December 7, 2025 04:10
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.

2 participants