Skip to content

Commit 30c1ee5

Browse files
Revert Bumping to Next Minor Version (#1476)
* Revert bumping to next minor version * [Automated] Update the native jar versions
1 parent 0a42cbf commit 30c1ee5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ballerina/Ballerina.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "jwt"
4-
version = "2.16.0"
4+
version = "2.15.1"
55
authors = ["Ballerina"]
66
keywords = ["security", "authentication", "jwt", "jwk", "jws"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-jwt"
@@ -15,5 +15,5 @@ graalvmCompatible = true
1515
[[platform.java21.dependency]]
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "jwt-native"
18-
version = "2.16.0"
19-
path = "../native/build/libs/jwt-native-2.16.0-SNAPSHOT.jar"
18+
version = "2.15.1"
19+
path = "../native/build/libs/jwt-native-2.15.1-SNAPSHOT.jar"

ballerina/Dependencies.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
[[package]]
3333
org = "ballerina"
3434
name = "crypto"
35-
version = "2.9.0"
35+
version = "2.9.1"
3636
dependencies = [
3737
{org = "ballerina", name = "jballerina.java"},
3838
{org = "ballerina", name = "time"}
@@ -64,7 +64,7 @@ modules = [
6464
[[package]]
6565
org = "ballerina"
6666
name = "jwt"
67-
version = "2.16.0"
67+
version = "2.15.1"
6868
dependencies = [
6969
{org = "ballerina", name = "cache"},
7070
{org = "ballerina", name = "crypto"},

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=2.16.0-SNAPSHOT
3+
version=2.15.1-SNAPSHOT
44
ballerinaLangVersion=2201.12.0
55
testngVersion=7.6.1
66

0 commit comments

Comments
 (0)