Skip to content

Commit

Permalink
Merge pull request #1173 from ayeshLK/dependency_update
Browse files Browse the repository at this point in the history
Update dependency versions
  • Loading branch information
dilanSachi committed Apr 9, 2024
2 parents a75865d + a96d894 commit 9b5bf2e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "jwt"
version = "2.10.0"
version = "2.11.0"
authors = ["Ballerina"]
keywords = ["security", "authentication", "jwt", "jwk", "jws"]
repository = "https://github.com/ballerina-platform/module-ballerina-jwt"
Expand All @@ -15,5 +15,5 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "jwt-native"
version = "2.10.0"
path = "../native/build/libs/jwt-native-2.10.0.jar"
version = "2.11.0"
path = "../native/build/libs/jwt-native-2.11.0-SNAPSHOT.jar"
10 changes: 5 additions & 5 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 = "cache"
version = "3.7.0"
version = "3.8.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -24,15 +24,15 @@ modules = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.4.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[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 @@ -61,7 +61,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.10.0"
version = "2.11.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -157,7 +157,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.0"
version = "1.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.10.1-SNAPSHOT
version=2.11.0-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.8.0
stdlibCacheVersion=3.7.0
stdlibCryptoVersion=2.5.0
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibCryptoVersion=2.7.0-20240328-114200-c8cc19f
stdlibLogVersion=2.9.0
stdlibTimeVersion=2.4.0
# Transitive dependencies
stdlibTaskVersion=2.5.0
stdlibConstraintVersion=1.4.0
stdlibConstraintVersion=1.5.0
stdlibIoVersion=1.6.0
observeVersion=1.2.0
observeInternalVersion=1.2.0
observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319

0 comments on commit 9b5bf2e

Please sign in to comment.