From 0d2c23586c5de841c35b9ba523a8896767ccd458 Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Wed, 24 Sep 2025 11:55:44 -0700 Subject: [PATCH] Update shadow-gradle-plugin to 8.3.9 This version of the plugin is compatible with Gradle 9. Note there is a new major version of this plugin with some breaking changes, so for now I'm doing the minimal update to unblock downstream repos that use this plugin. Signed-off-by: Andrew Ross --- CHANGELOG.md | 1 + buildSrc/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13cdfa5cc4a13..51ec03c4316d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Dependencies - Update to Gradle 9.1.0 ([#19329](https://github.com/opensearch-project/OpenSearch/pull/19329)) +- Bump `com.gradleup.shadow:shadow-gradle-plugin` from 8.3.5 to 8.3.9 ([#19400](https://github.com/opensearch-project/OpenSearch/pull/19400)) - Bump `com.netflix.nebula.ospackage-base` from 12.0.0 to 12.1.0 ([#19019](https://github.com/opensearch-project/OpenSearch/pull/19019)) - Bump `actions/checkout` from 4 to 5 ([#19023](https://github.com/opensearch-project/OpenSearch/pull/19023)) - Bump `commons-cli:commons-cli` from 1.9.0 to 1.10.0 ([#19021](https://github.com/opensearch-project/OpenSearch/pull/19021)) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index da4b696c3b1ad..f9d6fd72c2227 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -111,7 +111,7 @@ dependencies { api 'org.apache.rat:apache-rat:0.15' api "commons-io:commons-io:${props.getProperty('commonsio')}" api "net.java.dev.jna:jna:5.16.0" - api 'com.gradleup.shadow:shadow-gradle-plugin:8.3.5' + api 'com.gradleup.shadow:shadow-gradle-plugin:8.3.9' api 'org.jdom:jdom2:2.0.6.1' api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${props.getProperty('kotlin')}" api 'de.thetaphi:forbiddenapis:3.9'