Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "jwt-native"
version = "2.14.0"
path = "../native/build/libs/jwt-native-2.14.0-SNAPSHOT.jar"
path = "../native/build/libs/jwt-native-2.14.0.jar"
2 changes: 1 addition & 1 deletion 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.11.0-20241121-075100-c4c87cbc"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
22 changes: 11 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.14.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
version=2.14.1-SNAPSHOT
ballerinaLangVersion=2201.11.0

checkstylePluginVersion=10.12.0
ballerinaGradlePluginVersion=2.3.0
Expand All @@ -10,13 +10,13 @@ downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
spotbugsPluginVersion=6.0.18

stdlibCacheVersion=3.9.0-20250127-173100-ebe1e73
stdlibCryptoVersion=2.8.0-20250127-170800-6c52ac3
stdlibLogVersion=2.11.0-20250131-134300-052ff7f
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
stdlibCacheVersion=3.9.0
stdlibCryptoVersion=2.8.0
stdlibLogVersion=2.11.0
stdlibTimeVersion=2.6.0
# Transitive dependencies
stdlibTaskVersion=2.6.0-20250127-171400-af6480d
stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae
stdlibIoVersion=1.7.0-20250127-170200-0d36f73
observeVersion=1.4.0-20250130-102700-e04cefe
observeInternalVersion=1.4.0-20250131-133200-4dfa090
stdlibTaskVersion=2.6.0
stdlibConstraintVersion=1.6.0
stdlibIoVersion=1.7.0
observeVersion=1.4.0
observeInternalVersion=1.4.0
Loading