Skip to content

Commit

Permalink
Move dependencies to stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed May 4, 2024
1 parent 74efb86 commit d201ac4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ group=io.ballerina
version=2.0.0-SNAPSHOT

# Client Native Version
clientNativeVersion=1.0.0-SNAPSHOT
clientNativeVersion=1.0.0
# Mark this as false to skip publishing the client native artifacts
clientNativePublish=false

#dependency
ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42
ballerinaLangVersion=2201.9.0
testngVersion=7.6.1
slf4jVersion=1.7.30
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
Expand All @@ -29,33 +29,33 @@ stdlibXmldataVersion=2.7.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
stdlibTaskVersion=2.5.0

# Stdlib Level 03
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibCacheVersion=3.8.0
stdlibFileVersion=1.9.0
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240502-184000-71c8d75
stdlibUuidVersion=1.8.0

# Stdlib Level 04
stdlibAuthVersion=2.11.0-20240502-184600-96868c0
stdlibJwtVersion=2.11.0-20240502-184700-00ec094
stdlibOAuth2Version=2.11.0-20240502-185000-b5e4bc8
stdlibAuthVersion=2.11.0
stdlibJwtVersion=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
stdlibWebsocketVersion=2.11.0-20240502-203500-6f846c5
stdlibWebsubVersion=2.11.0-20240502-202800-58c11be
stdlibGrpcVersion=1.11.0
stdlibWebsocketVersion=2.11.0
stdlibWebsubVersion=2.11.0

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

# Ballerinax Observer
observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319
observeVersion=1.2.3
observeInternalVersion=1.2.2

0 comments on commit d201ac4

Please sign in to comment.