-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 1.x] Update nebula-publishing-plugin to 19.2.0 #8227
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kotwanikunal
requested review from
reta,
anasalkouz,
andrross,
Bukhtawar,
CEHENKLE,
dblock,
gbbafna,
setiah,
kartg,
mch2,
nknize,
owaiskazi19,
Rishikesh1159,
ryanbogan,
saratvemulapalli,
shwetathareja,
dreamer-89,
tlfeng and
VachaShah
as code owners
June 22, 2023 17:50
Gradle Check (Jenkins) Run Completed with:
|
Looking into #3002 based on the current error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you will need to update com.github.jengelman.gradle.plugins:shadow:6.0.0 as well. You will probably see an issue with the getCONFIGURATION_NAME
call in the PluginBuildPlugin.groovy
file below.
Gradle Check (Jenkins) Run Completed with:
|
* Bump gradle-info-plugin from 11.3.3 to 12.0.0 Bumps [gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin) from 11.3.3 to 12.0.0. - [Release notes](https://github.com/nebula-plugins/gradle-info-plugin/releases) - [Changelog](https://github.com/nebula-plugins/gradle-info-plugin/blob/main/CHANGELOG.md) - [Commits](nebula-plugins/gradle-info-plugin@v11.3.3...v12.0.0) --- updated-dependencies: - dependency-name: com.netflix.nebula:gradle-info-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add com.netflix namespace for plugin id in gradle-info-plugin Signed-off-by: Rishikesh1159 <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Rishikesh1159 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rishikesh1159 <[email protected]> (cherry picked from commit 51b25a5)
Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 3b51bc5)
Shadow plugin is used for publishing jars and this upgrades Log4J dependency for build. Signed-off-by: Sarat Vemulapalli <[email protected]> (cherry picked from commit 1f9517c)
opensearch-project#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] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit a0c062a) Signed-off-by: Kunal Kotwani <[email protected]>
kotwanikunal
force-pushed
the
CVE-2020-15522
branch
from
June 22, 2023 21:14
d7a3eab
to
3f8534e
Compare
Closing in favor of #8233 |
Gradle Check (Jenkins) Run Completed with:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
1.x
Related Issues
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.