Skip to content

Commit

Permalink
Merge pull request #43015 from AzeemMuzammil/fix-bouncycastle-vuln
Browse files Browse the repository at this point in the history
[1.2.x] Bump Bouncy Castle versions
  • Loading branch information
AzeemMuzammil authored Jul 1, 2024
2 parents 046c47a + da2063d commit d2eb869
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion distribution/zip/jballerina-tools/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ballerina-http-1.1.0.jar
metrics-core-3.1.0.jar bundle apache2
ballerina-kubernetes-1.1.0.jar jar apache2
ballerina-bir-1.1.0.jar jar apache2
bcpkix-jdk15on-1.61.jar bundle bouncy
bcpkix-jdk15on-1.70.jar bundle bouncy
decimal-1.1.0.jar jar apache2
ballerina-encoding-1.1.0.jar jar apache2
reflect.jar jar apache2
Expand Down
2 changes: 1 addition & 1 deletion distribution/zip/jballerina/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ballerina-http-1.1.0.jar
metrics-core-3.1.0.jar bundle apache2
ballerina-kubernetes-1.1.0.jar jar apache2
ballerina-bir-1.1.0.jar jar apache2
bcpkix-jdk15on-1.61.jar bundle bouncy
bcpkix-jdk15on-1.70.jar bundle bouncy
decimal-1.1.0.jar jar apache2
ballerina-encoding-1.1.0.jar jar apache2
reflect.jar jar apache2
Expand Down
4 changes: 2 additions & 2 deletions gradle/javaLibsProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dependencies {
dist 'org.wso2.securevault:org.wso2.securevault:1.0.0-wso2v2'
dist 'org.wso2.transport.file:org.wso2.transport.local-file-system:6.0.55'
dist 'org.wso2.transport.http:org.wso2.transport.http.netty:6.3.51'
dist 'org.bouncycastle:bcprov-jdk18on:1.74'
dist 'org.bouncycastle:bcpkix-jdk15on:1.61'
dist 'org.bouncycastle:bcprov-jdk18on:1.78.1'
dist 'org.bouncycastle:bcpkix-jdk15on:1.70'

dist 'info.picocli:picocli:4.0.1'
dist 'org.apache.kafka:kafka-clients:2.8.2'
Expand Down
6 changes: 3 additions & 3 deletions gradle/javaProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation 'org.apache.kafka:kafka-clients:2.8.2'
implementation 'org.apache.kafka:kafka_2.13:2.8.2'
implementation 'org.apache.avro:avro:1.9.2'
implementation 'org.apache.james:apache-mime4j-core:0.8.10'
implementation 'org.apache.james:apache-mime4j-core:0.8.11'
implementation 'org.apache.mina:mina-core:2.0.16'
implementation 'org.apache.maven:maven-plugin-api:3.6.0'
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0'
Expand All @@ -75,8 +75,8 @@ dependencies {
implementation 'org.codehaus.woodstox:stax2-api:4.2.1'
implementation 'org.awaitility:awaitility:3.1.6'
implementation 'org.apache.thrift:libthrift:0.14.1'
implementation 'org.bouncycastle:bcprov-jdk18on:1.74'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.61'
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
implementation 'org.bytedeco.javacpp-presets:llvm-platform:6.0.1-1.4.2'
implementation 'org.codehaus.plexus:plexus-utils:3.0.8'
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.8.1'
Expand Down
8 changes: 4 additions & 4 deletions stdlib/grpc/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ target = "java8"

[[platform.libraries]]
artifactId = "bcprov-jdk18on"
version = "1.74"
path = "./lib/bcprov-jdk18on-1.74.jar"
version = "1.78.1"
path = "./lib/bcprov-jdk18on-1.78.1.jar"
groupId = "org.bouncycastle"
modules = ["grpc"]

[[platform.libraries]]
artifactId = "bcpkix-jdk15on"
version = "1.61"
path = "./lib/bcpkix-jdk15on-1.61.jar"
version = "1.70"
path = "./lib/bcpkix-jdk15on-1.70.jar"
groupId = "org.bouncycastle"
modules = ["grpc"]

Expand Down
8 changes: 4 additions & 4 deletions stdlib/http/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ target = "java8"

[[platform.libraries]]
artifactId = "bcprov-jdk18on"
version = "1.74"
path = "./lib/bcprov-jdk18on-1.74.jar"
version = "1.78.1"
path = "./lib/bcprov-jdk18on-1.78.1.jar"
groupId = "org.bouncycastle"
modules = ["http"]

[[platform.libraries]]
artifactId = "bcpkix-jdk15on"
version = "1.61"
path = "./lib/bcpkix-jdk15on-1.61.jar"
version = "1.70"
path = "./lib/bcpkix-jdk15on-1.70.jar"
groupId = "org.bouncycastle"
modules = ["http"]

Expand Down
8 changes: 4 additions & 4 deletions stdlib/mime/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ target = "java8"

[[platform.libraries]]
artifactId = "bcprov-jdk18on"
version = "1.74"
path = "./lib/bcprov-jdk18on-1.74.jar"
version = "1.78.1"
path = "./lib/bcprov-jdk18on-1.78.1.jar"
groupId = "org.bouncycastle"
modules = ["mime"]

[[platform.libraries]]
artifactId = "bcpkix-jdk15on"
version = "1.61"
path = "./lib/bcpkix-jdk15on-1.61.jar"
version = "1.70"
path = "./lib/bcpkix-jdk15on-1.70.jar"
groupId = "org.bouncycastle"
modules = ["mime"]

Expand Down
8 changes: 4 additions & 4 deletions stdlib/websub/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ target = "java8"

[[platform.libraries]]
artifactId = "bcprov-jdk18on"
version = "1.74"
path = "./lib/bcprov-jdk18on-1.74.jar"
version = "1.78.1"
path = "./lib/bcprov-jdk18on-1.78.1.jar"
groupId = "org.bouncycastle"
modules = ["web-sub"]

[[platform.libraries]]
artifactId = "bcpkix-jdk15on"
version = "1.61"
path = "./lib/bcpkix-jdk15on-1.61.jar"
version = "1.70"
path = "./lib/bcpkix-jdk15on-1.70.jar"
groupId = "org.bouncycastle"
modules = ["web-sub"]

Expand Down

0 comments on commit d2eb869

Please sign in to comment.