Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanSachi committed Apr 10, 2024
1 parent fc04bfe commit ae79c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ path = "./lib/bcpkix-jdk18on-1.78.jar"
[[platform.java17.dependency]]
groupId = "org.bouncycastle"
artifactId = "bcutil-jdk18on"
version = "@bouncycastle.version@"
path = "./lib/bcutil-jdk18on-@bouncycastle.version@.jar"
version = "1.78"
path = "./lib/bcutil-jdk18on-1.78.jar"

[[platform.java17.dependency]]
groupId = "io.netty"
Expand Down

0 comments on commit ae79c32

Please sign in to comment.