Skip to content

Commit

Permalink
Merge pull request #1277 from ayeshLK/master
Browse files Browse the repository at this point in the history
Update depedency versions
  • Loading branch information
ayeshLK authored Aug 2, 2024
2 parents f3409e9 + 2046c1e commit b6dc8d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["security", "authentication", "jwt", "jwk", "jws"]
repository = "https://github.com/ballerina-platform/module-ballerina-jwt"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.9.0"
distribution = "2201.10.0"

[platform.java17]
graalvmCompatible = true
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0"
distribution-version = "2201.10.0-20240802-124900-0b8d2ff7"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -171,7 +171,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.3"
version = "1.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["security", "authentication", "jwt", "jwk", "jws"]
repository = "https://github.com/ballerina-platform/module-ballerina-jwt"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.9.0"
distribution = "2201.10.0"

[platform.java17]
graalvmCompatible = true
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=3.0.0-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.9.0
ballerinaLangVersion=2201.10.0-20240802-124900-0b8d2ff7
stdlibCacheVersion=3.8.0
stdlibCryptoVersion=2.7.2
stdlibLogVersion=2.9.0
Expand All @@ -13,5 +13,5 @@ stdlibTimeVersion=2.4.0
stdlibTaskVersion=2.5.0
stdlibConstraintVersion=1.5.0
stdlibIoVersion=1.6.0
observeVersion=1.2.3
observeInternalVersion=1.2.2
observeVersion=1.3.0-20240802-173700-3e9a47e
observeInternalVersion=1.3.0-20240802-182300-e86d5b5

0 comments on commit b6dc8d3

Please sign in to comment.