Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Bump versions of gradle-info-plugin and nebula-publishing-plugin (ope…
Browse files Browse the repository at this point in the history
…nsearch-project#8150)

* Bump versions of gradle-info-plugin and nebula-publishing-plugin

This mitigates downstream dependencies to patch the CVE-2020-13956 vulnerability.

Signed-off-by: Kartik Ganesh <[email protected]>

* Added changelog entry

Signed-off-by: Kartik Ganesh <[email protected]>

---------

Signed-off-by: Kartik Ganesh <[email protected]>
(cherry picked from commit 8251535)
  • Loading branch information
kartg committed Jun 19, 2023
1 parent 73b36ae commit f696406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bump `netty` from 4.1.91.Final to 4.1.93.Final ([#7901](https://github.com/opensearch-project/OpenSearch/pull/7901))
- Bump `spock-core` from 1.3-groovy-2.5 to 2.3-groovy-2.5 ([#8119](https://github.com/opensearch-project/OpenSearch/pull/8119))
- Bump `com.google.guava:guava` from 31.0.1-jre to 32.0.1-jre ([#8107](https://github.com/opensearch-project/OpenSearch/pull/8107))
- Bump versions of gradle-info-plugin and nebula-publishing-plugin ([#8150](https://github.com/opensearch-project/OpenSearch/pull/8150))

### Changed
### Deprecated
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ dependencies {
api 'org.apache.commons:commons-compress:1.21'
api 'org.apache.ant:ant:1.10.12'
api 'com.netflix.nebula:gradle-extra-configurations-plugin:3.0.3'
api 'com.netflix.nebula:nebula-publishing-plugin:4.6.0'
api 'com.netflix.nebula:gradle-info-plugin:7.1.3'
api 'com.netflix.nebula:nebula-publishing-plugin:4.7.0'
api 'com.netflix.nebula:gradle-info-plugin:8.2.0'
api 'org.apache.rat:apache-rat:0.13'
api 'commons-io:commons-io:2.7'
api "net.java.dev.jna:jna:5.5.0"
Expand Down

0 comments on commit f696406

Please sign in to comment.