From 34c8d164bd77eadd20a7f716580f80c9fdf10b04 Mon Sep 17 00:00:00 2001 From: Xiduo You Date: Fri, 25 Aug 2023 17:59:04 +0800 Subject: [PATCH] [CELEBORN-921] Upgrade sbt to 1.9.4 ### What changes were proposed in this pull request? Upgrade sbt from 1.9.3 to 1.9.4 ### Why are the changes needed? Solves CVE and several issues. image Release note see: https://github.com/sbt/sbt/releases/tag/v1.9.4 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? PASS CI Closes #1841 from ulysses-you/CELEBORN-921. Authored-by: Xiduo You Signed-off-by: mingji --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 41f6be168..ddb843170 100644 --- a/project/build.properties +++ b/project/build.properties @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -sbt.version=1.9.3 +sbt.version=1.9.4