Skip to content

Commit

Permalink
Merge pull request #42373 from HindujaB/ballerina-1.2.50-patch
Browse files Browse the repository at this point in the history
Update jdk18on version
  • Loading branch information
HindujaB committed Mar 21, 2024
2 parents 2504f06 + b18bd7b commit 97a2408
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gradle/javaLibsProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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.48'
dist 'org.bouncycastle:bcprov-jdk18on:1.73'
dist 'org.bouncycastle:bcprov-jdk18on:1.74'
dist 'org.bouncycastle:bcpkix-jdk15on:1.61'

dist 'info.picocli:picocli:4.0.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/javaProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ 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.73'
implementation 'org.bouncycastle:bcprov-jdk18on:1.74'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.61'
implementation 'org.bytedeco.javacpp-presets:llvm-platform:6.0.1-1.4.2'
implementation 'org.codehaus.plexus:plexus-utils:3.0.8'
Expand Down
4 changes: 2 additions & 2 deletions stdlib/grpc/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ target = "java8"

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

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

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

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

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

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

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

Expand Down

0 comments on commit 97a2408

Please sign in to comment.