Skip to content
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

[CVE-2023-33201] Upgrade bcprov to bcprov-jdk15to18 #493

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading