felipebz / zpa

Parser and static code analysis tool for PL/SQL and Oracle SQL.
https://zpa.felipebz.com
GNU Lesser General Public License v3.0
213 stars 78 forks source link

fix(deps): update all dependencies #196

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.mockito:mockito-core 5.14.1 -> 5.14.2 age adoption passing confidence
com.formdev:flatlaf 3.5.1 -> 3.5.2 age adoption passing confidence

Release Notes

mockito/mockito (org.mockito:mockito-core) ### [`v5.14.2`](https://redirect.github.com/mockito/mockito/releases/tag/v5.14.2) [Compare Source](https://redirect.github.com/mockito/mockito/compare/v5.14.1...v5.14.2) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://redirect.github.com/shipkit/shipkit-changelog)* ##### 5.14.2 - 2024-10-15 - [12 commit(s)](https://redirect.github.com/mockito/mockito/compare/v5.14.1...v5.14.2) by Brice Dutheil, Rafael Winterhalter, dependabot\[bot] - Fix [#​3466](https://redirect.github.com/mockito/mockito/issues/3466) nexus publishing configuration [(#​3470)](https://redirect.github.com/mockito/mockito/pull/3470) - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 [(#​3468)](https://redirect.github.com/mockito/mockito/pull/3468) - Bump bytebuddy from 1.15.3 to 1.15.4 [(#​3467)](https://redirect.github.com/mockito/mockito/pull/3467) - Missing 5.14.2 release [(#​3466)](https://redirect.github.com/mockito/mockito/issues/3466) - chore: Tests whether JVM warnings / messages on dynamic attach [(#​3462)](https://redirect.github.com/mockito/mockito/pull/3462) - Bump junit-jupiter from 5.11.1 to 5.11.2 [(#​3461)](https://redirect.github.com/mockito/mockito/pull/3461) - Renames extension modules with `mockito-` prefix [(#​3460)](https://redirect.github.com/mockito/mockito/pull/3460) - Avoid attach warning if Byte Buddy is configured for command-line attach. [(#​3459)](https://redirect.github.com/mockito/mockito/pull/3459) - Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 [(#​3458)](https://redirect.github.com/mockito/mockito/pull/3458) - Bump junit-jupiter from 5.11.0 to 5.11.1 [(#​3455)](https://redirect.github.com/mockito/mockito/pull/3455) - Move root project to dedicated core folder [(#​3444)](https://redirect.github.com/mockito/mockito/issues/3444) - Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 [(#​3136)](https://redirect.github.com/mockito/mockito/pull/3136)
JFormDesigner/FlatLaf (com.formdev:flatlaf) ### [`v3.5.2`](https://redirect.github.com/JFormDesigner/FlatLaf/blob/HEAD/CHANGELOG.md#352) [Compare Source](https://redirect.github.com/JFormDesigner/FlatLaf/compare/3.5.1...3.5.2) ##### Fixed bugs - Windows: Fixed repaint issues (ghosting) on some systems (probably depending on graphics card/driver). This is done by setting Java system property `sun.java2d.d3d.onscreen` to `false` (but only if `sun.java2d.d3d.onscreen`, `sun.java2d.d3d` and `sun.java2d.noddraw` are not yet set), which disables usage of Windows Direct3D (DirectX) onscreen surfaces. Component rendering still uses Direct3D. (issue [#​887](https://redirect.github.com/JFormDesigner/FlatLaf/issues/887)) - FlatLaf window decorations: - Iconify/maximize/close buttons did not fill whole title bar height, if some custom component in menu bar increases title bar height. (issue [#​897](https://redirect.github.com/JFormDesigner/FlatLaf/issues/897)) - Windows: Fixed possible application freeze when using custom component that overrides `Component.contains(int x, int y)` and invokes `SwingUtilities.convertPoint()` (or similar) from the overridden method. (issue [#​878](https://redirect.github.com/JFormDesigner/FlatLaf/issues/878)) - TextComponents: Fixed too fast scrolling in multi-line text components when using touchpads (e.g. on macOS). (issue [#​892](https://redirect.github.com/JFormDesigner/FlatLaf/issues/892)) - ToolBar: Fixed endless loop if button in Toolbar has focus and is made invisible. (issue [#​884](https://redirect.github.com/JFormDesigner/FlatLaf/issues/884)) ##### Other Changes - FlatLaf window decorations: Added client property `JRootPane.titleBarHeight` to allow specifying a (larger) preferred height for the title bar. (issue [#​897](https://redirect.github.com/JFormDesigner/FlatLaf/issues/897)) - Added system property `flatlaf.useRoundedPopupBorder` to allow disabling native rounded popup borders on Windows 11 and macOS. On macOS 14.4+, where rounded popup borders are disabled since FlatLaf 3.5 because of occasional problems, you can use this to enable rounded popup borders (at your risk).

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.