Skip to content

Commit

Permalink
[CVE-2023-33201] Upgrade bcprov to bcprov-jdk15to18 (#493)
Browse files Browse the repository at this point in the history
Signed-off-by: Khushboo Rajput <[email protected]>
(cherry picked from commit 251fff1)
  • Loading branch information
khushbr authored and github-actions[bot] committed Jul 10, 2023
1 parent b742acd commit b964a10
Show file tree
Hide file tree
Showing 42 changed files with 19 additions and 455 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ dependencies {
}
implementation 'org.jooq:jooq:3.10.8'
implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
implementation 'org.bouncycastle:bcprov-jdk15to18:1.74'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
implementation "org.opensearch:performance-analyzer-commons:${paCommonsVersion}"
implementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
Expand Down Expand Up @@ -918,4 +918,4 @@ task updateVersion {
}
ant.replaceregexp(file:'build.gradle', match: '"opensearch.version", "\\d.*"', replace: '"opensearch.version", "' + newVersion.tokenize('-')[0] + '-SNAPSHOT"', flags:'g', byline:true)
}
}
}
1 change: 0 additions & 1 deletion licenses/bcprov-jdk15on-1.70.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/bcprov-jdk15to18-1.74.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b1a91d0d102042e4ec02084384e1b52b73f125ab
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion licenses/guava-31.1-jre.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/guava-32.1.1-jre.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ad575652d84153075dd41ec6177ccb15251262b2
1 change: 0 additions & 1 deletion licenses/j2objc-annotations-1.3.jar.sha1

This file was deleted.

232 changes: 0 additions & 232 deletions licenses/j2objc-annotations-LICENSE.txt

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion licenses/jackson-annotations-2.15.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-annotations-2.15.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4724a65ac8e8d156a24898d50fd5dbd3642870b8
1 change: 0 additions & 1 deletion licenses/jackson-databind-2.15.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-databind-2.15.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9353b021f10c307c00328f52090de2bdb4b6ff9c
1 change: 0 additions & 1 deletion licenses/jackson-module-paranamer-2.15.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-module-paranamer-2.15.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
afa71e1b9e9eee5664481cab589487d0a7f83ff4

This file was deleted.

Loading

0 comments on commit b964a10

Please sign in to comment.