Skip to content

Commit

Permalink
Merge pull request #82 from Nuvindu/main
Browse files Browse the repository at this point in the history
Update dependencies for update11
  • Loading branch information
Nuvindu authored Feb 10, 2025
2 parents 9329846 + 5f38314 commit 1686950
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 27 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
lang_version: ${{ inputs.lang_version }}
native_image_options: '-J-Xmx7G ${{ inputs.native_image_options }}'
additional_windows_build_flags: '-x test'
additional_ubuntu_build_flags: '-x test'
secrets: inherit

4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
run: |
git config --global user.name ${{ secrets.BALLERINA_BOT_USERNAME }}
git config --global user.email ${{ secrets.BALLERINA_BOT_EMAIL }}
./gradlew build
./gradlew build -x test
- name: Generate Codecov Report
uses: codecov/codecov-action@v3
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,13 @@ subprojects {
configurations {
externalJars
ballerinaStdLibs
jbalTools
}

dependencies {

jbalTools ("org.ballerinalang:jballerina-tools:${ballerinaLangVersion}") {
transitive = false
}
ballerinaStdLibs "io.ballerina.stdlib:io-ballerina:${stdlibIoVersion}"
ballerinaStdLibs "io.ballerina.stdlib:time-ballerina:${stdlibTimeVersion}"
ballerinaStdLibs "io.ballerina.stdlib:url-ballerina:${stdlibUrlVersion}"
Expand Down
46 changes: 23 additions & 23 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
group=io.ballerina.stdlib
version=1.5.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc
ballerinaLangVersion=2201.11.0

checkstylePluginVersion=10.12.1
spotbugsPluginVersion=6.0.18
downloadPluginVersion=5.4.0
shadowJarPluginVersion=8.1.1
releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.0.1
ballerinaGradlePluginVersion=2.3.0
testngVersion=7.6.1
gsonVersion=2.10

# Direct Dependencies

# Level 01
stdlibIoVersion=1.7.0-20241121-173300-0fbd5d4
stdlibTimeVersion=2.6.0-20241122-120400-97742a7
stdlibUrlVersion=2.5.0-20241122-120400-67af694
stdlibIoVersion=1.7.0
stdlibTimeVersion=2.6.0
stdlibUrlVersion=2.5.0

# Level 02
stdlibLogVersion=2.11.0-20241122-150100-2e1a3ca
stdlibOsVersion=1.9.0-20241122-071800-1fae486
stdlibLogVersion=2.11.0
stdlibOsVersion=1.9.0

# Level 03
stdlibFileVersion=1.11.0-20241122-180900-dff344c
stdlibFileVersion=1.11.0

# Level 05
stdlibHttpVersion=2.13.0-20241126-181000-6585cc5
stdlibHttpVersion=2.13.0

# Level 08
stdlibPersistVersion=1.5.0-20241122-123800-2ae4d59
stdlibPersistVersion=1.5.0

# Ballerinax Observer
observeVersion=1.4.0-20241122-184200-c596093
observeInternalVersion=1.4.0-20241122-185200-9e5b1bb
observeVersion=1.4.0
observeInternalVersion=1.4.0

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.6.0-20241122-133100-98689e2
stdlibConstraintVersion=1.6.0

#Level 02
stdlibCryptoVersion=2.8.0-20241122-130800-24f1267
stdlibTaskVersion=2.6.0-20241122-124800-cb84357
stdlibCryptoVersion=2.8.0
stdlibTaskVersion=2.6.0

# Level 03
stdlibCacheVersion=3.9.0-20241122-182900-c956a97
stdlibMimeVersion=2.11.0-20241125-094600-bbddf94
stdlibUuidVersion=1.9.0-20241125-110300-5eb185d
stdlibCacheVersion=3.9.0
stdlibMimeVersion=2.11.0
stdlibUuidVersion=1.9.0

# Level 04
stdlibAuthVersion=2.13.0-20241125-094500-d380c71
stdlibJwtVersion=2.14.0-20241125-085500-10a9526
stdlibOAuth2Version=2.13.0-20241126-071700-7eb9e0b
stdlibDataJsonDataVersion=1.0.0-20241125-114000-0c2f457
stdlibAuthVersion=2.13.0
stdlibJwtVersion=2.14.0
stdlibOAuth2Version=2.13.0
stdlibDataJsonDataVersion=1.0.0
# Level 06
stdlibTransactionVersion=1.11.0-20241127-113000-c3f53c6
stdlibTransactionVersion=1.11.0

# Connectors
googleSheetsConnector=3.5.0
Expand Down

0 comments on commit 1686950

Please sign in to comment.