Skip to content

Commit

Permalink
Merge pull request #1032 from ayeshLK/dependency_update
Browse files Browse the repository at this point in the history
Bump to the Next Minor Version and Update the Distribution
  • Loading branch information
kaneeldias committed Aug 11, 2023
2 parents 8000c71 + 2c08146 commit d48ab2f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
org = "ballerina"
name = "jwt"
version = "2.9.0"
version = "2.10.0"
authors = ["Ballerina"]
keywords = ["security", "authentication", "jwt", "jwk", "jws"]
repository = "https://github.com/ballerina-platform/module-ballerina-jwt"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "jwt-native"
version = "2.9.0"
path = "../native/build/libs/jwt-native-2.9.0.jar"
version = "2.10.0"
path = "../native/build/libs/jwt-native-2.10.0-SNAPSHOT.jar"
20 changes: 10 additions & 10 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.7.0"
distribution-version = "2201.8.0-20230726-145300-b2bdf796"

[[package]]
org = "ballerina"
name = "cache"
version = "3.6.0"
version = "3.7.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.3.0"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "crypto"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -44,7 +44,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.5.0"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -61,7 +61,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -143,7 +143,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.8.0"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -157,15 +157,15 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.1.0"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "task"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -187,7 +187,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.3.0"
version = "2.4.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.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true
Expand Down
22 changes: 11 additions & 11 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.9.1-SNAPSHOT
version=2.10.0-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1-SNAPSHOT
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796
stdlibCacheVersion=3.6.0
stdlibCryptoVersion=2.4.0
stdlibLogVersion=2.8.1-20230718-085900-36c385c
stdlibTimeVersion=2.3.0
stdlibCacheVersion=3.7.0-20230811-093200-b83e72c
stdlibCryptoVersion=2.5.0-20230810-124300-ddf6788
stdlibLogVersion=2.9.0-20230810-161500-6d3d1df
stdlibTimeVersion=2.4.0-20230810-115600-b28bb07
# Transitive dependencies
stdlibTaskVersion=2.4.0
stdlibConstraintVersion=1.3.0
stdlibIoVersion=1.5.0
observeVersion=1.1.0
observeInternalVersion=1.1.0
stdlibTaskVersion=2.5.0-20230810-145800-b191831
stdlibConstraintVersion=1.4.0-20230810-133100-e09cfc1
stdlibIoVersion=1.6.0-20230810-115500-2e569f5
observeVersion=1.2.0-20230810-105500-5841859
observeInternalVersion=1.2.0-20230810-141300-a348751

0 comments on commit d48ab2f

Please sign in to comment.