Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency versions #154

Merged
merged 1 commit into from
May 6, 2024
Merged
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
40 changes: 20 additions & 20 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,34 @@
# limitations under the License.

group=org.ballerinalang
version=0.2.0-SNAPSHOT
ballerinaLangVersion=2201.9.0-20240401-093400-18744402
version=0.3.0-SNAPSHOT
ballerinaLangVersion=2201.9.0
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.workers.max=3

# Observe Modules
observeVersion=1.2.3-20240404-122400-39ee77d
observeInternalVersion=1.2.2-20240404-122400-22ed15c
observeVersion=1.2.3
observeInternalVersion=1.2.2

# Ballerina Module Dependency Versions
stdlibConstraintVersion=1.4.0-20230831-142400-50e4023
stdlibHttpVersion=2.10.13-20240327-141300-ecd1355
stdlibIoVersion=1.6.0-20230831-135000-049f91a
stdlibOsVersion=1.8.0-20230831-142200-cb96913
stdlibTimeVersion=2.4.0-20230831-134800-62143cd
stdlibUrlVersion=2.4.0-20230831-134600-aab5a12
stdlibTaskVersion=2.5.0-20230831-142600-ec5194a
stdlibFileVersion=1.9.0-20230831-160900-252d078
stdlibCryptoVersion=2.5.0-20230906-183600-c9d466b
stdlibLogVersion=2.9.0-20230831-153100-9b73447
stdlibMimeVersion=2.9.0-20230831-160900-6ecc648
stdlibCacheVersion=3.7.0-20230831-151700-7e2b0fa
stdlibAuthVersion=2.10.0-20230831-160500-17532df
stdlibJwtVersion=2.10.0-20230831-160800-b5db938
stdlibOAuth2Version=2.10.0-20230831-161200-a4a83a6
stdlibUuidVersion=1.7.0-20230831-151800-012c311
stdlibConstraintVersion=1.5.0
stdlibHttpVersion=2.11.0
stdlibIoVersion=1.6.0
stdlibOsVersion=1.8.0
stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0
stdlibTaskVersion=2.5.0
stdlibFileVersion=1.9.0
stdlibCryptoVersion=2.7.0
stdlibLogVersion=2.9.0
stdlibMimeVersion=2.9.0
stdlibCacheVersion=3.8.0
stdlibAuthVersion=2.11.0
stdlibJwtVersion=2.11.0
stdlibOAuth2Version=2.11.0
stdlibUuidVersion=1.8.0

# Test Dependency Versions
testngVersion=7.6.1
Expand Down
Loading