Skip to content

Commit

Permalink
Merge pull request #68 from ballerina-platform/automated/dependency_v…
Browse files Browse the repository at this point in the history
…ersion_update

[AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.9.0-20240425-195200-d5ce8c72)
  • Loading branch information
TharmiganK authored Apr 26, 2024
2 parents 3011ce7 + 2b2d508 commit dc27162
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
call_stdlib_workflow:
name: Run StdLib Workflow
if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main
with:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
call_workflow:
name: Run Central Publish Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/central-publish-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/central-publish-template.yml@main
secrets: inherit
with:
environment: ${{ github.event.inputs.environment }}
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
call_workflow:
name: Run PR Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/pull-request-build-template.yml@main
with:
additional-windows-test-flags: "-x test"
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
call_workflow:
name: Run Trivy Scan Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/trivy-scan-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/trivy-scan-template.yml@main
secrets: inherit
26 changes: 13 additions & 13 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gsonVersion=2.10
ballerinaGradlePluginVersion=2.0.1
jacocoVersion=0.8.10

ballerinaLangVersion=2201.9.0-20240419-152500-bd530dd2
ballerinaLangVersion=2201.9.0-20240425-195200-d5ce8c72

# Direct Dependencies
# Level 01
Expand All @@ -23,16 +23,16 @@ stdlibUrlVersion=2.4.0
# Level 02
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibPersistVersion=1.3.0-20240419-184000-8f2bc69
stdlibPersistVersion=1.3.0-20240425-231300-0c9742c

# Level 03
stdlibFileVersion=1.9.0

# Level 05
stdlibHttpVersion=2.11.0-20240419-221600-aa2f91a
stdlibHttpVersion=2.11.0-20240426-002300-b3aa664

# Level 07
stdlibSqlVersion=1.13.0-20240420-061500-e8afd44
stdlibSqlVersion=1.13.0-20240426-053300-7ed38e1

# Ballerina external dependency
stdlibMysqlDriverVersion=1.6.0
Expand All @@ -47,26 +47,26 @@ observeInternalVersion=1.2.2-20240408-195500-1436319

#Level 02
stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0-20240419-184200-7bc2693
stdlibCryptoVersion=2.7.0-20240425-223800-f7ac719
stdlibTaskVersion=2.5.0

# Level 03
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
stdlibMimeVersion=2.9.0
stdlibUuidVersion=1.8.0-20240419-205800-699c1b6
stdlibUuidVersion=1.8.0-20240425-232900-d1eb5d2

# Level 04
stdlibAuthVersion=2.11.0-20240419-212200-83c312b
stdlibJwtVersion=2.11.0-20240419-212200-853ba89
stdlibOAuth2Version=2.11.0-20240419-212300-79a26ae
stdlibAuthVersion=2.11.0-20240425-233400-61e1e89
stdlibJwtVersion=2.11.0-20240425-233500-e9ed894
stdlibOAuth2Version=2.11.0-20240425-233800-d8e20a5

# Level 06
stdlibTransactionVersion=1.9.0-20240420-020300-e5fd3f0
stdlibTransactionVersion=1.9.0-20240426-012200-48ecd4a

# Test Dependencies
stdlibMysqlVersion=1.12.0-20240420-073200-41d79ba
stdlibMssqlVersion=1.12.0-20240420-073300-b3b8ffe
stdlibPostgresqlVersion=1.12.0-20240420-073200-814f8cc
stdlibMysqlVersion=1.12.0-20240426-060200-c077c2b
stdlibMssqlVersion=1.12.0-20240426-071000-75b685c
stdlibPostgresqlVersion=1.12.0-20240426-060600-8fc1ad0


# Enabled publishing insecure checksums, due to fail to publish to maven central
Expand Down

0 comments on commit dc27162

Please sign in to comment.