Skip to content

Commit

Permalink
Merge pull request #350 from ballerina-platform/Nuvindu-patch-1
Browse files Browse the repository at this point in the history
Update dependencies to stable versions
  • Loading branch information
Nuvindu authored May 4, 2024
2 parents 84bfa4a + fdaa257 commit 726dede
Showing 1 changed file with 11 additions and 11 deletions.
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=org.ballerinalang
version=1.4.0-SNAPSHOT
ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
ballerinaLangVersion=2201.9.0

ballerinaGradlePluginVersion=2.0.1
checkStyleToolVersion=10.12.1
Expand All @@ -15,8 +15,8 @@ spotbugsPluginVersion=5.0.14
testngVersion=7.6.1

# Ballerinax Observer
observeVersion=1.2.0-20230911-133500-b3d8db3
observeInternalVersion=1.2.0-20230911-141700-4c0454a
observeVersion=1.2.3
observeInternalVersion=1.2.2

# Standard Library Dependencies
# Stdlib Level 01
Expand All @@ -26,26 +26,26 @@ stdlibUrlVersion=2.4.0

# Stdlib Level 02
stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0-20240502-172300-6b356e2
stdlibCryptoVersion=2.7.0
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibRandomVersion=1.5.0

# Stdlib Level 03
stdlibUuidVersion=1.8.0-20240502-184000-71c8d75
stdlibUuidVersion=1.8.0

# Stdlib Level 04
stdlibAuthVersion=2.11.0-20240502-184600-96868c0
stdlibOAuth2Version=2.11.0-20240502-185000-b5e4bc8
stdlibAuthVersion=2.11.0
stdlibOAuth2Version=2.11.0

# Stdlib Level 05
stdlibHttpVersion=2.11.0-20240502-194500-bb0bced
stdlibHttpVersion=2.11.0

# Stdlib Level 06
stdlibGrpcVersion=1.11.0-20240502-203100-8ea8b94
stdlibGrpcVersion=1.11.0

# Stdlib Level 07
stdlibGraphqlVersion=1.12.0-20240503-053700-9721262
stdlibGraphqlVersion=1.12.0

# Persist Tool
persistToolVersion=1.3.0-20240503-092900-66b3eda
persistToolVersion=1.3.0

0 comments on commit 726dede

Please sign in to comment.