Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pqc' into pqc
Browse files Browse the repository at this point in the history
  • Loading branch information
hwupathum committed Mar 26, 2024
2 parents d16bf78 + eccb010 commit c1e59b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "crypto-native"
version = "2.6.2"
path = "../native/build/libs/crypto-native-2.6.2-SNAPSHOT.jar"
path = "../native/build/libs/crypto-native-2.6.2.jar"

[[platform.java17.dependency]]
groupId = "org.bouncycastle"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.6.2-SNAPSHOT
version=2.6.3-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
bouncycastleVersion=1.77
githubSpotbugsVersion=5.0.14
Expand Down

0 comments on commit c1e59b8

Please sign in to comment.