Skip to content

Commit

Permalink
Bump bouncycastle version
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanSachi committed Apr 10, 2024
1 parent ae79c32 commit 32c54f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ dependencies {
externalJars(group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: "${bouncycastleVersion}") {
transitive = false
}
externalJars(group: 'org.bouncycastle', name: 'bcutil-jdk18on', version: "${bouncycastleVersion}") {
transitive = false
}
externalJars(group: 'io.netty', name: 'netty-tcnative-classes', version: "${nettyTcnativeVersion}") {
transitive = false
}
Expand Down
6 changes: 6 additions & 0 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ artifactId = "bcpkix-jdk18on"
version = "@bouncy.castle.version@"
path = "./lib/bcpkix-jdk18on-@bouncy.castle.version@.jar"

[[platform.java17.dependency]]
groupId = "org.bouncycastle"
artifactId = "bcutil-jdk18on"
version = "@bouncy.castle.version@"
path = "./lib/bcutil-jdk18on-@bouncy.castle.version@.jar"

[[platform.java17.dependency]]
groupId = "io.netty"
artifactId = "netty-tcnative-classes"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mockitoVersion=5.3.1
jacocoVersion=0.8.10
wso2OrbitAntlrVersion=4.5.1.wso2v1
ballerinaGradlePluginVersion=2.0.1
bouncycastleVersion=1.77
bouncycastleVersion=1.78
wso2CommonsPoolVersion=1.5.6.wso2v1

#stdlib dependencies
Expand All @@ -47,7 +47,7 @@ stdlibAuthVersion=2.11.0-20240409-124200-655c2d4
stdlibJwtVersion=2.11.0-20240409-134000-9b5bf2e
stdlibOAuth2Version=2.11.0-20240409-124200-15a9919

stdlibHttpVersion=2.11.0-20240409-155700-86d3a0d
stdlibHttpVersion=2.11.0-20240410-121300-ae1095d

# Ballerinax Observer
observeVersion=1.2.3-20240408-194900-a0e331f
Expand Down

0 comments on commit 32c54f4

Please sign in to comment.