diff --git a/.trivyignore b/.trivyignore index 63c4f72619..1d5ff4d68a 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1,2 +1,5 @@ # False positive CVE-2020-7768 +CVE-2023-2976 +CVE-2021-3737 +CVE-2021-3997 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 92f9e4af9f..fe16ce8f32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 @@ -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 @@ -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 diff --git a/installers/linux-deb/resources/DEBIAN/postinst b/installers/linux-deb/resources/DEBIAN/postinst index e096a314d8..011f81f664 100755 --- a/installers/linux-deb/resources/DEBIAN/postinst +++ b/installers/linux-deb/resources/DEBIAN/postinst @@ -18,4 +18,3 @@ elif [ "$(basename -- "$SHELL")" = "zsh" ]; then chmod 766 ~/.ballerina/completion/_bal fi -bal -v