Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ina-distribution into fix-links-post-learn-revamp
  • Loading branch information
praneesha committed Aug 24, 2023
2 parents 5569b4d + 45806fa commit 31c6bbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# False positive
CVE-2020-7768
CVE-2023-2976
CVE-2021-3737
CVE-2021-3997
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group=org.ballerinalang
version=2201.8.0-SNAPSHOT
codeName=swan-lake

ballerinaLangVersion=2201.8.0-20230816-121900-c1174ddd
ballerinaLangVersion=2201.8.0-20230823-064000-de0dbb56
ballerinaJreVersion=2.0.0
dependencyJREVersion=jdk-17.0.7+7-jre
specVersion=2023R1
Expand Down Expand Up @@ -57,9 +57,9 @@ stdlibHttpVersion=2.10.0-20230816-003400-5c82fda

# Stdlib Level 06
stdlibGrpcVersion=1.10.0-20230816-004100-2c618f2
stdlibSoapVersion=0.2.0-20230821-111200-007b34e
stdlibSoapVersion=0.2.0-20230822-163900-f44f52a
stdlibTransactionVersion=1.8.0-20230816-004200-c647e17
stdlibWebsocketVersion=2.10.0-20230816-004200-999dcee
stdlibWebsocketVersion=2.10.0-20230822-121900-980d9c0
stdlibWebsubVersion=2.10.0-20230816-004200-cf1a4cd
stdlibWebsubhubVersion=1.10.0-20230816-004200-42bfa5e

Expand All @@ -81,7 +81,7 @@ ballerinaCommandVersion=1.3.15
graphqlVersion=0.8.0-20230821-143200-f063270

# Protoc Tool
protocToolVersion=0.1.3-20230713-142600-0648ca1
protocToolVersion=0.2.0-20230821-121200-8933a55

# OpenAPI Module
openapiVersion=1.8.0-20230817-102700-875e6f8
Expand Down
1 change: 0 additions & 1 deletion installers/linux-deb/resources/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ elif [ "$(basename -- "$SHELL")" = "zsh" ]; then
chmod 766 ~/.ballerina/completion/_bal
fi

bal -v

0 comments on commit 31c6bbd

Please sign in to comment.