Skip to content

chore(deps): bump the gradle-dependencies group across 1 directory with 16 updates#885

Merged
IWareQ merged 1 commit into
masterfrom
dependabot/gradle/gradle-dependencies-99f50e7ce7
Jun 7, 2026
Merged

chore(deps): bump the gradle-dependencies group across 1 directory with 16 updates#885
IWareQ merged 1 commit into
masterfrom
dependabot/gradle/gradle-dependencies-99f50e7ce7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle-dependencies group with 16 updates in the / directory:

Package From To
gradle-wrapper 9.4.1 9.5.1
com.github.ben-manes.caffeine:caffeine 3.2.3 3.2.4
org.slf4j:slf4j-api 2.0.17 2.0.18
org.apache.logging.log4j:log4j-slf4j2-impl 2.25.4 2.26.0
org.apache.logging.log4j:log4j-core 2.25.4 2.26.0
org.jline:jline-reader 4.0.12 4.1.3
com.palantir.javapoet:javapoet 0.14.0 0.16.0
io.netty:netty-transport-classes-epoll 4.2.12.Final 4.2.14.Final
io.netty:netty-transport-classes-kqueue 4.2.12.Final 4.2.14.Final
com.github.oshi:oshi-core 6.12.0 7.2.1
com.jetbrains.intellij.java:java-gui-forms-rt 261.23567.143 261.24374.191
org.junit.jupiter:junit-jupiter 6.0.3 6.1.0
org.junit.platform:junit-platform-launcher 6.0.3 6.1.0
io.sentry:sentry-log4j2 8.40.0 8.43.0
com.gradleup.shadow 9.4.1 9.4.2
com.gorylenko.gradle-git-properties 2.5.7 3.0.3

Updates gradle-wrapper from 9.4.1 to 9.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.5.0

... (truncated)

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

Updates com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4

Release notes

Sourced from com.github.ben-manes.caffeine:caffeine's releases.

3.2.4

  • Improved access expiration's read performance by avoiding false sharing effects caused by the timestamp update
  • Fixed head-of-line blocking of expiration queues caused by in-flight async entries (#1954)
  • Fixed various minor issues found using AI audits
  • Added ObjectInputFilter support to JCache
Commits
  • 836b65c use a consistent expiration tolerance calculation
  • 0dc7daf resurrect in-flight async entries on expiration
  • 0bac8b5 handle head-of-line blocking of expiration queues (fixes #1954)
  • ff25836 test polish
  • f3a6176 Fix JCache close/createCache races and recursive teardown
  • 622fbe7 Fix removal in identity views and widen hill-climber counters
  • 8da5a7a defer weighing the entry until after the putIfAbsent hit fast-path
  • 94ad0ff Record eviction stats before notifying the removal listener consistently
  • f94c011 Auto-assert eviction stats alongside notifications.withCause.exclusively
  • 2e945e0 Skip timestamp writes within tolerance on the read path.
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.17 to 2.0.18

Updates org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.4 to 2.26.0

Updates org.apache.logging.log4j:log4j-core from 2.25.4 to 2.26.0

Updates org.apache.logging.log4j:log4j-core from 2.25.4 to 2.26.0

Updates org.jline:jline-reader from 4.0.12 to 4.1.3

Release notes

Sourced from org.jline:jline-reader's releases.

JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.

Bug Fixes

  • fix: terminal.close() blocks when pump thread is reading stdin (#1911, fixes #1909)
  • fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers (#1912)
  • fix: use confined arenas instead of auto arenas in FFM CLibrary (#1913, fixes #1872)
  • fix: swap rows/columns in openpty winsize constructor call (#1914, fixes #1910)
  • fix: fix command argument parsing in DefaultCommandDispatcher (#1924)

Chores

  • chore: add OSS AI helper rules for project conventions (#1917)

Dependencies

  • chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#1915)
  • chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 (#1918)
  • chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (#1919)

Full Changelog: jline/jline3@4.1.2...4.1.3

JLine 4.1.2 is a patch release focused on correctness fixes across the parser, terminal I/O, and shell modules.

Bug Fixes

  • fix: echo preserves backslash before unrecognised escape sequences (#1901, fixes #1863)
  • fix: DefaultParser preserves backslashes inside quotes (#1902, fixes #1877)
  • fix: NonBlockingInputStream keeps thread alive after EOF (#1903, fixes #1879)
  • fix: ensure cursor position after alternate screen init (#1904, fixes #1883)
  • fix: use parser for command argument splitting (#1907, fixes #1876)

Dependencies

  • chore: Bump eu.maveniverse.maven.nisse:extension from 0.9.1 to 0.9.2 (#1905)

Full Changelog: jline/jline3@4.1.1...4.1.2

JLine 4.1.1 is a patch release focused on stability fixes. The most notable change corrects the POSIX raw mode defaults (VMIN/VTIME) in enterRawMode, which could cause shell REPL sessions to hang or malfunction on certain platforms. This release also fixes a Display bug where the internal line buffer could alias or reject immutable caller-provided lists, hardens signal registration against null returns, and corrects alternate charset handling in ScreenTerminal.

🐛 Bug Fixes

📦 Dependency updates

  • chore: Bump com.palantir.javaformat:palantir-java-format from 2.90.0 to 2.91.0 (#1898) @​dependabot

... (truncated)

Commits
  • 7f44a23 fix: fix command argument parsing in DefaultCommandDispatcher (#1924)
  • 911e3d6 chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
  • 15cdac5 chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
  • 2d3e1ff chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
  • 0ac019a fix: terminal.close() blocks when pump thread is reading stdin (#1911)
  • 1d63740 fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes #1872)
  • 1604643 Merge pull request #1912 from jline/dot-tarragon
  • 147ee9c chore: add OSS AI helper rules for project conventions (#1917)
  • 1735c1f fix: swap rows/columns in openpty winsize constructor call (fixes #1910)
  • d9f6b86 fix: add PromptCancelTest from #1908 with timeout and fixture patterns
  • Additional commits viewable in compare view

Updates com.palantir.javapoet:javapoet from 0.14.0 to 0.16.0

Release notes

Sourced from com.palantir.javapoet:javapoet's releases.

0.16.0

No documented user-facing changes

Full Changelog: 0.15.0...0.16.0

0.15.0

No documented user-facing changes

Full Changelog: 0.14.0...0.15.0

Commits
  • e4c7997 Release 0.16.0
  • 2cc8ab6 [High Priority] Excavator: Upgrade baseline-error-prone (#459)
  • a8bb960 Excavator: Migrate gradle-revapi off the org.revapi fork back to com.palanti...
  • e4aa8e0 Excavator: Format Java files (#457)
  • d7edf32 [High Priority] Excavator: Upgrade baseline-error-prone (#456)
  • 6434e4f [High Priority] Excavator: Upgrade baseline-error-prone (#455)
  • 50a321b Excavator: Upgrade Java dependency org.junit.vintage:* to 6.1.0 (#454)
  • 3251a9c Excavator: Upgrade Java dependency org.junit.platform:* to 6.1.0 (#453)
  • 5fa4740 Excavator: Upgrade Java dependency org.junit.jupiter:* to 6.1.0 (#452)
  • 3929ed8 [High Priority] Excavator: Update gradle-jdks infrastructure plugins (#451)
  • Additional commits viewable in compare view

Updates io.netty:netty-transport-classes-epoll from 4.2.12.Final to 4.2.14.Final

Release notes

Sourced from io.netty:netty-transport-classes-epoll's releases.

netty-4.2.14.Final

What's Changed

New Contributors

Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final

netty-4.2.13.Final

CVEs Fixed

... (truncated)

Commits
  • 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
  • 72df658 Fix MQTT decoder size check after variable header replay (#16787)
  • 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
  • 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
  • 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
  • f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
  • 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
  • a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
  • c328ba2 Fix ResumptionController wrapping (#16815)
  • bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
  • Additional commits viewable in compare view

Updates io.netty:netty-transport-classes-kqueue from 4.2.12.Final to 4.2.14.Final

Release notes

Sourced from io.netty:netty-transport-classes-kqueue's releases.

netty-4.2.14.Final

What's Changed

New Contributors

Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final

netty-4.2.13.Final

CVEs Fixed

... (truncated)

Commits
  • 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
  • 72df658 Fix MQTT decoder size check after variable header replay (#16787)
  • 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
  • 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
  • 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
  • f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
  • 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
  • a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
  • c328ba2 Fix ResumptionController wrapping (#16815)
  • bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
  • Additional commits viewable in compare view

Updates io.netty:netty-transport-classes-kqueue from 4.2.12.Final to 4.2.14.Final

Release notes

Sourced from io.netty:netty-transport-classes-kqueue's releases.

netty-4.2.14.Final

What's Changed

New Contributors

Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final

netty-4.2.13.Final

CVEs Fixed

... (truncated)

Commits
  • 0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
  • 72df658 Fix MQTT decoder size check after variable header replay (#16787)
  • 7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
  • 9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
  • 4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
  • f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
  • 0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
  • a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
  • c328ba2 Fix ResumptionController wrapping (#16815)
  • bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
  • Additional commits viewable in compare view

Updates com.github.oshi:oshi-core from 6.12.0 to 7.2.1

Release notes

Sourced from com.github.oshi:oshi-core's releases.

Release 7.2.1

Bug Fixes and Improvements
  • #3302: Fix WrongMethodTypeException for void invokeExact in expression lambdas - @​dbwiddis.

Full change log

Release 7.2.0

New Features
  • #3234: Add SystemInfoProvider SPI and SystemInfoFactory for automatic selection of the best available OSHI implementation at runtime - @​dbwiddis.
  • #3238: Add native-free Linux SystemInfoProvider implementation in oshi-common, enabling Linux system info without JNA or FFM dependencies - @​dbwiddis.
  • #3255: Add BluetoothDevice enumeration for paired/connected Bluetooth peripherals on Linux, Windows, and macOS - @​dbwiddis.
Bug Fixes and Improvements
  • #3245: Fix MacGlobalMemory.getPhysicalMemory() returning empty data on Apple Silicon Macs - @​dbwiddis.
  • #3249: Read EDID from /sys/class/drm on Linux, fixing display detection on Wayland - @​dbwiddis.
  • #3278, #3280: Add SystemInfoProvider convenience overloads to OshiMetrics constructor, bindTo, and builder methods - @​dbwiddis.
  • #3281: Fix AIX processor count detection to use LPAR vcpu and SMT configuration instead of frame-level physical processor count - @​dbwiddis.
  • #3283: Fix macOS JNA system CPU ticks overflowing to negative values after long uptimes - @​dbwiddis.
  • #3299: Handle Linux LUKS device-mapper disks without LVM volume names and avoid synthetic null paths - @​dbwiddis.
  • #3300: Fix macOS FFM open file limits and strengthen current-process limit coverage - @​dbwiddis.

Full change log

Release 7.1.0

New Features
Bug Fixes and Improvements
  • #3233: Use WMI formatted % Processor Performance counter for Windows CPU frequency, reporting actual turbo boost speeds above base frequency - @​dbwiddis.

Full change log

Release 7.0.1

JPMS Package Moves
  • #3220: Move oshi-core-ffm utility classes from oshi.util.gpu, oshi.util.platform.mac, and oshi.util.platform.windows packages to oshi.ffm.util.gpu, oshi.ffm.util.platform.mac, and oshi.ffm.util.platform.windows. This eliminates split-package conflicts so oshi-core and oshi-core-ffm can coexist on the module path - @​dbwiddis.

Full change log

Release 7.0.0

See Upgrading for breaking changes and migration guide.

... (truncated)

Changelog

Sourced from com.github.oshi:oshi-core's changelog.

7.2.0 (2026-05-24), 7.2.1 (2026-05-25)

New Features
  • #3234: Add SystemInfoProvider SPI and SystemInfoFactory for automatic selection of the best available OSHI implementation at runtime - @​dbwiddis.
  • #3238: Add native-free Linux SystemInfoProvider implementation in oshi-common, enabling Linux system info without JNA or FFM dependencies - @​dbwiddis.
  • #3255: Add BluetoothDevice enumeration for paired/connected Bluetooth peripherals on Linux, Windows, and macOS - @​dbwiddis.
Bug Fixes and Improvements
  • #3245: Fix MacGlobalMemory.getPhysicalMemory() returning empty data on Apple Silicon Macs - @​dbwiddis.
  • #3249: Read EDID from /sys/class/drm on Linux, fixing display detection on Wayland - @​dbwiddis.
  • #3278, #3280: Add SystemInfoProvider convenience overloads to OshiMetrics constructor, bindTo, and builder methods - @​dbwiddis.
  • #3281: Fix AIX processor count detection to use LPAR vcpu and SMT configuration instead of frame-level physical processor count - @​dbwiddis.
  • #3283: Fix macOS JNA system CPU ticks overflowing to negative values after long uptimes - @​dbwiddis.
  • #3299: Handle Linux LUKS device-mapper disks without LVM volume names and avoid synthetic null paths - @​dbwiddis.
  • #3300: Fix macOS FFM open file limits and strengthen current-process limit coverage -

…th 16 updates

Bumps the gradle-dependencies group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.4.1` | `9.5.1` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.2.3` | `3.2.4` |
| org.slf4j:slf4j-api | `2.0.17` | `2.0.18` |
| org.apache.logging.log4j:log4j-slf4j2-impl | `2.25.4` | `2.26.0` |
| org.apache.logging.log4j:log4j-core | `2.25.4` | `2.26.0` |
| [org.jline:jline-reader](https://github.com/jline/jline3) | `4.0.12` | `4.1.3` |
| [com.palantir.javapoet:javapoet](https://github.com/palantir/javapoet) | `0.14.0` | `0.16.0` |
| [io.netty:netty-transport-classes-epoll](https://github.com/netty/netty) | `4.2.12.Final` | `4.2.14.Final` |
| [io.netty:netty-transport-classes-kqueue](https://github.com/netty/netty) | `4.2.12.Final` | `4.2.14.Final` |
| [com.github.oshi:oshi-core](https://github.com/oshi/oshi) | `6.12.0` | `7.2.1` |
| [com.jetbrains.intellij.java:java-gui-forms-rt](https://github.com/JetBrains/intellij-community) | `261.23567.143` | `261.24374.191` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` |
| [io.sentry:sentry-log4j2](https://github.com/getsentry/sentry-java) | `8.40.0` | `8.43.0` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.4.1` | `9.4.2` |
| com.gorylenko.gradle-git-properties | `2.5.7` | `3.0.3` |



Updates `gradle-wrapper` from 9.4.1 to 9.5.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.4.1...v9.5.1)

Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.2.3...v3.2.4)

Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.4 to 2.26.0

Updates `org.apache.logging.log4j:log4j-core` from 2.25.4 to 2.26.0

Updates `org.apache.logging.log4j:log4j-core` from 2.25.4 to 2.26.0

Updates `org.jline:jline-reader` from 4.0.12 to 4.1.3
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.12...4.1.3)

Updates `com.palantir.javapoet:javapoet` from 0.14.0 to 0.16.0
- [Release notes](https://github.com/palantir/javapoet/releases)
- [Commits](palantir/javapoet@0.14.0...0.16.0)

Updates `io.netty:netty-transport-classes-epoll` from 4.2.12.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.12.Final...netty-4.2.14.Final)

Updates `io.netty:netty-transport-classes-kqueue` from 4.2.12.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.12.Final...netty-4.2.14.Final)

Updates `io.netty:netty-transport-classes-kqueue` from 4.2.12.Final to 4.2.14.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.2.12.Final...netty-4.2.14.Final)

Updates `com.github.oshi:oshi-core` from 6.12.0 to 7.2.1
- [Release notes](https://github.com/oshi/oshi/releases)
- [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md)
- [Commits](oshi/oshi@oshi-parent-6.12.0...oshi-parent-7.2.1)

Updates `com.jetbrains.intellij.java:java-gui-forms-rt` from 261.23567.143 to 261.24374.191
- [Release notes](https://github.com/JetBrains/intellij-community/releases)
- [Commits](https://github.com/JetBrains/intellij-community/commits)

Updates `org.junit.jupiter:junit-jupiter` from 6.0.3 to 6.1.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.3...r6.1.0)

Updates `org.junit.platform:junit-platform-launcher` from 6.0.3 to 6.1.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.3...r6.1.0)

Updates `io.sentry:sentry-log4j2` from 8.40.0 to 8.43.0
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@8.40.0...8.43.0)

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

Updates `com.gorylenko.gradle-git-properties` from 2.5.7 to 3.0.3

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-version: 3.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.jline:jline-reader
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.palantir.javapoet:javapoet
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-transport-classes-epoll
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-transport-classes-kqueue
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: io.netty:netty-transport-classes-kqueue
  dependency-version: 4.2.14.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.github.oshi:oshi-core
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.jetbrains.intellij.java:java-gui-forms-rt
  dependency-version: 261.24374.191
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: io.sentry:sentry-log4j2
  dependency-version: 8.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.gradleup.shadow
  dependency-version: 9.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.gorylenko.gradle-git-properties
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
...

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 May 30, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@IWareQ IWareQ merged commit 5abd77e into master Jun 7, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/gradle-dependencies-99f50e7ce7 branch June 7, 2026 23:16
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