Skip to content

Commit

Permalink
Merge pull request #422 from ballerina-platform/release-1.5.1
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.5.1 release
  • Loading branch information
kalaiyarasiganeshalingam committed Jun 5, 2023
2 parents 89d91a7 + 0b97726 commit 3e0c8a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.5.0"
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.0"
version = "2.3.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand Down
4 changes: 2 additions & 2 deletions 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=1.5.1-SNAPSHOT
version=1.5.2-SNAPSHOT

checkstylePluginVersion=8.18
spotbugsPluginVersion=4.5.1
Expand All @@ -12,7 +12,7 @@ ballerinaGradlePluginVersion=1.0.0
ballerinaLangVersion=2201.5.0

#stdlib dependencies
stdlibCryptoVersion=2.3.1-20230522-113000-73ae1e2
stdlibCryptoVersion=2.3.1
stdlibTimeVersion=2.2.4

puppycrawlCheckstyleVersion=8.18
Expand Down

0 comments on commit 3e0c8a6

Please sign in to comment.