From a0c062a7beacd62d4575f7ac44e558b0fbed4861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 11:25:43 -0700 Subject: [PATCH] Bump gradle.plugin.com.github.johnrengelman:shadow from 7.1.2 to 8.0.0 (#7340) * Bump gradle.plugin.com.github.johnrengelman:shadow from 7.1.2 to 8.0.0 Bumps gradle.plugin.com.github.johnrengelman:shadow from 7.1.2 to 8.0.0. --- updated-dependencies: - dependency-name: gradle.plugin.com.github.johnrengelman:shadow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 1 + buildSrc/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2eb99d2fe96f..f8b9613b37fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.google.protobuf:protobuf-java` from 3.22.2 to 3.22.3 - Bump `com.diffplug.spotless` from 6.17.0 to 6.18.0 - Bump `io.opencensus:opencensus-api` from 0.18.0 to 0.31.1 ([#7291](https://github.com/opensearch-project/OpenSearch/pull/7291)) +- Bump `gradle.plugin.com.github.johnrengelman:shadow` from 7.1.2 to 8.0.0 ### Changed - [CCR] Add getHistoryOperationsFromTranslog method to fetch the history snapshot from translogs ([#3948](https://github.com/opensearch-project/OpenSearch/pull/3948)) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index ca763447e709c..9fa3df825b81c 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:2.11.0' api "net.java.dev.jna:jna:5.13.0" - api 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2' + api 'gradle.plugin.com.github.johnrengelman:shadow:8.0.0' api 'org.jdom:jdom2:2.0.6.1' api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${props.getProperty('kotlin')}" api 'de.thetaphi:forbiddenapis:3.5.1'