Skip to content

Commit

Permalink
Merge pull request #444 from daneshk/main
Browse files Browse the repository at this point in the history
Update Crypto dependency version
  • Loading branch information
daneshk authored Apr 9, 2024
2 parents cefb161 + 8dc461c commit 2aaa58d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "uuid"
version = "1.7.1"
version = "1.8.0"
authors = ["Ballerina"]
keywords = ["version", "unique"]
repository = "https://github.com/ballerina-platform/module-ballerina-uuid"
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0"
[[package]]
org = "ballerina"
name = "crypto"
version = "2.5.0"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand Down Expand Up @@ -90,7 +90,7 @@ modules = [
[[package]]
org = "ballerina"
name = "uuid"
version = "1.7.1"
version = "1.8.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
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.7.1-SNAPSHOT
version=1.8.0-SNAPSHOT

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand All @@ -12,7 +12,7 @@ ballerinaGradlePluginVersion=2.0.1
ballerinaLangVersion=2201.8.0

#stdlib dependencies
stdlibCryptoVersion=2.5.0
stdlibCryptoVersion=2.7.0-20240328-114200-c8cc19f
stdlibTimeVersion=2.4.0

puppycrawlCheckstyleVersion=10.12.0
Expand Down

0 comments on commit 2aaa58d

Please sign in to comment.