From 88c72726b36140481a590db0dd6619dea2115c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:35:06 +0000 Subject: [PATCH] Chore(deps): Bump org.gradlex:extra-java-module-info in /build-logic Bumps [org.gradlex:extra-java-module-info](https://github.com/gradlex-org/extra-java-module-info) from 1.13 to 1.13.1. - [Release notes](https://github.com/gradlex-org/extra-java-module-info/releases) - [Changelog](https://github.com/gradlex-org/extra-java-module-info/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradlex-org/extra-java-module-info/compare/v1.13...v1.13.1) --- updated-dependencies: - dependency-name: org.gradlex:extra-java-module-info dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build-logic/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/build.gradle.kts b/build-logic/build.gradle.kts index 67164e490e2..9f29b95dae0 100644 --- a/build-logic/build.gradle.kts +++ b/build-logic/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation("com.adarshr:gradle-test-logger-plugin:4.0.0") implementation("com.autonomousapps:dependency-analysis-gradle-plugin:3.0.1") implementation("com.github.andygoossens:gradle-modernizer-plugin:1.11.0") - implementation("org.gradlex:extra-java-module-info:1.13") + implementation("org.gradlex:extra-java-module-info:1.13.1") implementation("org.gradlex:java-module-dependencies:1.9.2") implementation("org.gradlex:java-module-packaging:1.1") // required for platform-specific packaging of JavaFX dependencies implementation("org.gradlex:java-module-testing:1.7")